https://github.com/madetech/santanator
https://github.com/madetech/santanator
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/madetech/santanator
- Owner: madetech
- License: mit
- Created: 2020-11-13T14:49:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T19:10:23.000Z (over 3 years ago)
- Last Synced: 2025-01-25T14:11:46.859Z (over 1 year ago)
- Language: Python
- Size: 67.4 KB
- Stars: 0
- Watchers: 30
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Santanator](https://santanator.herokuapp.com/)
A secret Santa application that will allow Made Tech colleagues to sign up for a secret Santa name draw
### Key requirements:
- Users must be able to register / login using their MT google account
- Everyone must have get assigned to send and receive a gift
### Useful links
- [Google developer console](https://console.developers.google.com/apis/credentials?project=santanator&supportedpurview=project)
- [Auth tutorial that was followed](https://medium.com/trabe/oauth-authentication-in-django-with-social-auth-c67a002479c1)
- [Kanban board with tasks and user stories](https://github.com/madetech/santanator/projects/1)
- [Miro board with all the ideas](https://miro.com/app/board/o9J_lb_l79E=/)
- [Heroku console](https://dashboard.heroku.com/apps/santanator/settings)
## Getting started
run in the termainal
```bash
make install-poetry
```
restart your terminal
you might need to install poetry using bew on mac: `brew install poetry`
## To Run locally
```bash
make setup
make run
```