A recipe REST API built with DRF
This django REST API project was inspired from this udemy course
- authentication with signup, login and profile routes
- create, read, update and delete recipes routes
- create, read, update and delete ingredients routes
1- SimpleTestCase --> no db involved 2- TestCase ---> db involved 3- how to create a custom user model that supports login with email instead of username 4- ViewSets are ideal for CRUD operations. APIView for anything else.
deploying on AWS