Skip to content

rutujaCopods/fastapi-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI Boilerplate

Steps to install & run this app:

  1. Clone the repository.
  2. Open the repository: cd fastapi-setup
  3. Install pipenv to create a venv for the project: pip install pipenv
  4. Check if pipenv was correctly installed using pipenv -h
  5. Activate the new venv using pipenv shell.
  6. Install requirements from the pipfile using pipenv sync
  7. Start the server using uvicorn main:app --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages