Skip to content

vvaditya23/python-backend-foundation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

python-backend-foundation

This is a practice repository to learn backend development using Python-Fast API

Steps to setup

  • Create Virtual Environment: python3 -m venv venv (Execute this command first time) source venv/bin/activate (Execute this command eveytime before starting local server)

  • Install Dependencies: pip install fastapi uvicorn python-dotenv structlog

  • Then freeze: pip freeze > requirements.txt

Steps to run

  • Enter virtual environment: source venv/bin/activate Note: Execute deactivate to exit the virtual environment

  • Start the server: uvicorn app.main:app --reload

Verify the local server is running

About

This is a practice repository to learn backend development using Python-Fast API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages