(Fast modifications to prepare app for my family and Christmas)
Gift Shaker is the app for anyone who wants to shake up emails with friends or family and create an extra gift party
I have a lot of work to do on this project, but this is the version we can see and work with this app. We have a postgres database and a django project packed in docker-compose. I set variables in env files and make them available (yes, I know, we don't do this in the real world) hearing to give the possibilities of using this application as simple as possible on our computers.
docker-compose -f docker-compose.yml up --build
docker-compose -f docker-compose.prod.yaml up --build
set -o allexport; source .env.dev; set +o allexport
set -o allexport; source .env.dev; set +o allexport
export DJANGO_SETTINGS_MODULE=gifts_shaker.settings
docker exec -it gifts_shaker-db-1 psql -U giftshaker_dev
✓ delete shaker option ✓ permissions to buttons
- better frontend
- tests
- to correct docker-compose on production
- ...