The Food Assistant project is designed to store recipes for preparing various dishes. It allows you to register users, create recipes, save recipes to favorites, subscribe to users, and create a grocery basket.
Clone the project
git clone [email protected]:Alex-skigo99/foodgram-project-react.git
Go to the project directory
cd foodgram-project-react
Create .env with environment variables
Start project in Docker containers
docker compose up -d
To run this project, you will need to add the following environment variables to your .env file
POSTGRES_DB
POSTGRES_USER
POSTGRES_PASSWORD
DB_HOST
DB_PORT
SECRET_KEY
DEBUG
ALLOWED_HOSTS
Client: JS, React
Server: Python 3.9, Django 3.2, Django_rest_framework 3.12.4, djoser
Docker Compose
./api/docs/redoc.html