Skip to content

eport01/restaurant_fastapi

Repository files navigation

Restaurants API


Developer Setup

  1. Make sure to have Python Locally.
  2. Clone the repository
  3. cd into the root directory
  4. Create virtual environment python3 -m venv env
  5. Activate virtual environment source ./env/bin/activate
  6. To install requirements run: pip3 install -r requirements.txt
  7. To view endpoints locally run: uvicorn main:app --reload and navigate to url listed in terminal i.e. http://127.0.0.1:8000
  8. You can view the interactive docs by adding /docs to the url in step 5
  9. You can access the Frontend respository here (built with React and TailwindCSS)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages