An open API service indexing awesome lists of open source software.

https://github.com/madetech/santanator


https://github.com/madetech/santanator

Last synced: 29 days ago
JSON representation

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
```