Simple house keeper application, where we can store things we forgot constantly
- Python 3.6.0
- Postgres 9.6
- Docker Engine >= 17.12.0
- Run
make install
to install dependencies - Create and set
.env
file based on.env-example
- Run
make run
to run the server without Docker
- Run
make dev-build
to create the project image - Run
make dev-up
to start all containers listed indocker-compose.dev.yml