Recipe management API app with django and rest framework

This is a recipe management API app developed with test driven development.

It uses PostgreSQL for database functionality. I have built this app with continuous integration using Travis CI for testing.

I have used Docker container virtualization to build this app. To make the app portable and easy to deploy

The app have most basic functionality of an API like token authorization like endpoints create, read, update. Creating new users etc.

Technologies:
Source Code:
Recipe API App(Github)
Create User Page
Main API Root Page