Skip to content

Hassan-Mallah/curly-octo-goggles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

curly-octo-goggles

fastapi games

I made an intro video here: https://youtu.be/4HO3HiT7fLQ

Getting started

Set general .env in project folder:

nano .env

example .env file

EVENTS_PORT=5000
EVENTS_URL=http://events:5000
ODDS_PORT=5050
DB_URL=postgresql+asyncpg://postgres:postgres@postgres/postgres

Deploy and create tables:

docker-compose up --build -d
docker exec -it curly-octo-goggles_events_1 bash -c "alembic upgrade head"

About

fastapi games

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors