olifirovai / FoodGram_project

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:CSS 86.7%Language:Python 5.5%Language:HTML 5.2%Language:JavaScript 2.6%Language:Dockerfile 0.0%