Skip to content

redterm/fastapi-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practice Python

Practice-python is a simple Fast api project for dealing with modern rest api technologies.

Deployment with docker

Go to the project root directory and run:

docker-compose up -d --build

Run local

Prepare environment and install dependencies

python3.9 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Run server

uvicorn app.main:app --reload

Web routes

All routes are available on /docs paths with Swagger.

About

FastApi Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published