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.
Docker must be installed in your computer.
-
Open the terminal and move to the root directory of the project.
-
From the terminal run
docker-compose up
Running the project for the first time will take a few minutes.
-
Open the web browser and go to http://localhost:8000