Skip to content

salihkilicoglu/recipe-app-api

Repository files navigation

Recipe API with Docker and Test Driven Development

With this api you can make a recipe using ingredients and tags from different models. You can also add images. I build this api with docker using test driven development, following pep8 guidelines.

Here you can test the api with swagger on the live server:

http://ec2-52-204-106-239.compute-1.amazonaws.com/api/docs/

  1. You need to go to "/api/user/create/" and create an user: image

  2. Go to "/api/user/token/" and get a token: image

  3. Type your token to the top right "Authorize" button's "tokenAuth (apiKey)" section. With "Token" in front like this: image

You are ready to test the api!