Admin access
username: photometer
password: admin
- Python;
- Django-Rest-Framework;
- PostgreSQL;
- Gunicorn;
- Docker/Docker-compose;
- Nginx;
- Yandex.Cloud;
- Github Actions.
Online service where users can:
- create recipes;
- follow other users and view their recipes;
- like recipes and add them to list of favorite recipes;
- add recipes to shopping list and download it in txt-format.
- Clone repository to the local computer:
git clone https://github.com/photometer/foodgram-project-react/- Сollect containers from
infra:
docker-compose up -d- In backend container:
docker-compose exec backend python manage.py migrate
docker-compose exec backend python manage.py collectstatic
docker-compose exec backend python manage.py createsuperuser
docker-compose exec backend python manage.py load_ingredientsYandex.Practicum