A Secret Santa API Rest based in an example project Django REST: https://github.com/erdem/DRF-TDD-example/
There are two use cases for this project.
- The user registration
- Get his giver
- /api/users/ (User registration endpoint)
- /api/users/getGiftee (Get user to send a gift of certain user)
pip install -r requirements.txt
cd secretSantaApp
python manage.py migrate
python manage.py test
python manage.py runserver