Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 619 Bytes

File metadata and controls

21 lines (11 loc) · 619 Bytes

Recall

Server application for Recall App. Create decks, flip cards, and build lasting memory through daily practice.

Bootstrap

Setup Python in order to start developing.

Docker should be installed.

  1. Create .env.dev and .env.prod files from examples.

  2. Run make setup in order to create a virtual environment.

  3. Run make dev:build in order to build docker images.

  4. Run make dev:start in order to start all containers.

Database will be accessible on localhost:5432 with credentials from .env.dev file.

Check other commands in Makefile.