/FoodGram_project

Project for storing recipes with the option to download a grocery list based on selected recipes.

Primary LanguageCSS

foodgram-project

Running tests foodgram-project

Site url:

www.luckyrecipes.org

Test User

You can use test user to Login:

Username: test_user

Password: jTzrNb42

Starting docker-compose:

docker-compose up --build

First Start

For the first launch, for project functionality, go inside to the container:

docker exec web -t -i <WEB CONTAINER ID> bash

Make migrations:

python manage.py migrate

To create a superuser:

python manage.py createsuperuser

Tech Stack

Licence