A web app for families.
The project contains basic tests to check models & API. Run the following command from web container at the Docker to test:
python manage.py test
Dependencies are managed via Poetry. Run the following command to export the lock file to requirements.txt file:
poetry export -f requirements.txt --output requirements.txt
Run the following command to deploy the project in the production environment:
docker-compose -f docker-compose.prod.yml up -d --build