Skip to content

Latest commit

 

History

History
45 lines (22 loc) · 808 Bytes

README.md

File metadata and controls

45 lines (22 loc) · 808 Bytes

Recipe REST API

REST API project used for sharing and finding recipes, written with Test Driven Development.

This app handles user authentication, creating objects, filtering / sorting objects and uploading / viewing images.

React frontend code in progress

Tech Stack

  • Python
  • Django
  • Docker

Installation

Clone this repository.

To start server:

docker-compose up

To visit app:

http://127.0.0.1:8000/api/docs/

Screenshots

image

image

Made by Tilda Johansson with guidance from Mark Winterbottom from London App Developer