Skip to content

Foodgram - service for publishing the most delicious recipes

Notifications You must be signed in to change notification settings

nick-rebrik/Foodgram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foodgram

Project address foodgram.ml

Foodgram workflow

Description

On this service, users can publish recipes, subscribe to other users' posts, add their favorite recipes to the "Favorites" list, and before going to the store download a summary list of products needed to prepare one or more selected dishes.

Technologies

  • Python 3.9
  • Django 3.2
  • Django REST Framework 3.12
  • Djoser 2.1.0
  • Docker

Quick start

  1. Go to the directory 'infra' and run in command line:
    docker-compose up -d
  2. Run in command line:
    docker-compose exec app python manage.py migrate
    docker-compose exec app python manage.py collectstatic
  3. To load data:
    docker-compose exec app python manage.py loaddata data/data.json

Authors

About

Foodgram - service for publishing the most delicious recipes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages