A social service to store and share recipes.
To install and set up the project, follow these steps:
- Clone the repository:
git clone https://github.com/alisher-nil/foodgram.git
- Navigate to the infra directory:
cd infra - Create .env file, example provided in
/infradirectory - Build and run from local files:
docker compose up --build -d
- Apply database migrations:
docker compose exec backend python manage.py migrate - Load premade data
docker compose exec backend python manage.py load_ingredients ingredients.json docker compose exec backend python manage.py load_tags tags.json - Open your web browser and visit
http://localhost/to access the application.
api schema is available at /api/docs/ once the project is runnning
Please feel free to contact me with any questions or feedback:
- Email: alisher.nil@gmail.com
- GitHub: alisher-nil