Skip to content

Gift Shaker is the app for anyone who wants to shake up emails with friends or family and create an extra gift party

Notifications You must be signed in to change notification settings

michalkrzem/gifts_shaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GIFT SHAKER

(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

We have two options:

And what should we do

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.

To run develop version

docker-compose -f docker-compose.yml up --build

Register site

To run production version

docker-compose -f docker-compose.prod.yaml up --build

Register site

To set local environment and use .env.dev file

set -o allexport; source .env.dev; set +o allexport

TESTS

set -o allexport; source .env.dev; set +o allexport
export DJANGO_SETTINGS_MODULE=gifts_shaker.settings

CONTAINERS

Get into postgres container

docker exec -it gifts_shaker-db-1  psql -U giftshaker_dev

TODO

✓ delete shaker option ✓ permissions to buttons

  • better frontend
  • tests
  • to correct docker-compose on production
  • ...

About

Gift Shaker is the app for anyone who wants to shake up emails with friends or family and create an extra gift party

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published