Skip to content

Rikstam/fastapi-postgresql-docker-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

fastapi-postgresql-docker-base

What

A starting base for a Dockerized FastApi app from https://testdriven.io/blog/fastapi-crud/.

How

Build and start with docker-compose up -d --build.

Run tests with docker-compose exec web pytest.

Connect to database docker-compose exec db psql --username=hello_fastapi --dbname=hello_fastapi_dev

Shut down the app docker-compose down -v

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published