Skip to content

Recipe api source code using Django rest framework.

Notifications You must be signed in to change notification settings

apinto25/recipe-app-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe app API

Recipe api source code using Django rest framework. This API allows to create users, each user can create their own ingredients, tags and recipes. A recipe is related to one or many ingredients and to one or many tags. Also recipes can be filtered by ingredients, tags or both.

Requirements

Docker must be installed in your computer.

Running the project

  1. Open the terminal and move to the root directory of the project.

  2. From the terminal run

     docker-compose up
    

    Running the project for the first time will take a few minutes.

  3. Open the web browser and go to http://localhost:8000

About

Recipe api source code using Django rest framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published