Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 540 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 540 Bytes

Restaurant Menu FastApi

Restaurant Menu In Fast Api

Description

CRUD based implementation in FastAPI & for the frontend HTML & Javascript.

Requirements

pip install requirements

Run command

uvicorn app.main:app --reload

Database Creation In Sqlite3

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.