Skip to content

nfo94/fastapi-notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI with Docker and PostgreSQL

This is a simple containerized app with crud operations, using PostgreSQL as relational database. To run the app:

$ docker-compose up -d --build

To run tests:

$ docker-compose exec web pytest .

Releases

No releases published

Packages

No packages published