This repository contains backend code for a cookbook app written using django framework.
This is website contains backend code for a cookbook app. It contains code for the database.
- Visit the live link (https://cooker123.herokuapp.com/)to interact with the web app
- Install python
- Git clone https://github.com/MachokaDaisy/cooker.git on your terminal. Find the gallery folder and open it in your editor.
- Set up a virtual environment and install pip
- Install dependencies by running pip install -r requirements.txt
- Run python3 manage.py runserver to run the app locally
- Python
Visit the api endpoints to interact with the app: api/recipes and api/recipe/int:id
Feel free to contact me at machokadaisy@github.com. For any contributions, please visit https://github.com/MachokaDaisy/cooker.git