- Make sure to have Python Locally.
- Clone the repository
cdinto the root directory- Create virtual environment
python3 -m venv env - Activate virtual environment
source ./env/bin/activate - To install requirements run:
pip3 install -r requirements.txt - To view endpoints locally run:
uvicorn main:app --reloadand navigate to url listed in terminal i.e.http://127.0.0.1:8000 - You can view the interactive docs by adding
/docsto the url in step 5 - You can access the Frontend respository here (built with React and TailwindCSS)
-
Notifications
You must be signed in to change notification settings - Fork 0
eport01/restaurant_fastapi
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published