Server application for Recall App. Create decks, flip cards, and build lasting memory through daily practice.
Setup Python in order to start developing.
Docker should be installed.
-
Create
.env.devand.env.prodfiles from examples. -
Run
make setupin order to create a virtual environment. -
Run
make dev:buildin order to build docker images. -
Run
make dev:startin order to start all containers.
Database will be accessible on localhost:5432 with credentials from .env.dev file.
Check other commands in Makefile.