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