Skip to content

Alex-skigo99/foodgram-project-react

Repository files navigation

Foodgram - The Food Assistant

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.

Run Locally

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

Environment Variables

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

Tech Stack

Client: JS, React

Server: Python 3.9, Django 3.2, Django_rest_framework 3.12.4, djoser

Docker Compose

API Reference

./api/docs/redoc.html

Authors

Production

About

Foodgram project template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published