Restaurant Menu In Fast Api
CRUD based implementation in FastAPI & for the frontend HTML & Javascript.
pip install requirements
uvicorn app.main:app --reload
For the database sqlite3 is used. To create a new databse use this command : sqlite3 menu.db, after creating the database don't forget to update the DATABASE URL in database.py file.