Skip to content

ynejmidev/fastapi_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastapi_test

run

  • start the postgres database:
docker run -e POSTGRES_PASSWORD=password -v HOST/PATH/TO/DB:/var/lib/postgresql/data -p 5432:5432 -d postgres


or, for no volume, just:

docker run -e POSTGRES_PASSWORD=password -p 5432:5432 -d postgres
  • start fastapi:
fastapi run
  • test:
pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published