A website that helps you find recipes based on various criteria, such as the ingredients you have at home, the type of cuisine, the level of difficulty, and more. You can also manage the recipes through an admin interface. The website uses React for the frontend, ASP.NET API for the backend, and MSSQL for the database.
- Install Docker, and run it
- Clone the project repository or download it as a zip (and extract it)
- Inside the projects folder, rename
.env.template
to.env
*1 - Open a terminal in the projects folder
- Tpye "docker compose up -d"
- Wait until everything finishes
- Visit the site
*1: I'd recommend changing SA_PASSWORD
and JWT_TOKEN_KEY
(be careful to meet the minimum length).