Skip to content

dipto0321/foody-recipe-app-api

Repository files navigation

Welcome to foody-recipe-app-api 👋

foody_recipe_api

Version GitHub Pipenv locked Python version GitHub Pipenv locked dependency version GitHub Pipenv locked dependency version GitHub Pipenv locked dependency version Build Status Codacy Badge GitHub last commit License: MIT Twitter: Diptokmk47

It's a foddy app api containes all the food recipe data

Install

  • Install docker and docker-compose
  • Run this comman 👇
    docker build .
    docker-compose build

Usage

Local

  • First run
    docker-compose up
  • Then goto http://127.0.0.1:8000/api/doc/ for accessing API doc

Live

Run tests

docker-compose run --rm app sh -c "python manage.py test && flake8"

Author

👤 Dipto Karmakar

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator