Skip to content

A first time attempt at the FastApi Framework . A simple API using the same.

Notifications You must be signed in to change notification settings

ATRI2107/FastApi-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastApi-API

This Api has small features like adding and logging in of users and adding products for individual users

This can serve as a basis for major api projetcs

Install FastApi by pip install fastapi

Install uvicorn by pip install uvicorn

Run the project by the following command uvicorn main:app --reload

The Main app is the main.py file

All the databse configuration is in the databse.py file

secure.py file has all the fucntions to securely store your password

About

A first time attempt at the FastApi Framework . A simple API using the same.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages