Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k4u5h4l/offthepan
A web app which recommends recipes based on the ingredients provided.
https://github.com/k4u5h4l/offthepan
css ejs express javascript mongodb mongoose nodejs typescript
Last synced: 25 days ago
JSON representation
A web app which recommends recipes based on the ingredients provided.
- Host: GitHub
- URL: https://github.com/k4u5h4l/offthepan
- Owner: k4u5h4L
- Created: 2020-07-10T15:34:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T15:13:08.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T02:10:10.184Z (3 months ago)
- Topics: css, ejs, express, javascript, mongodb, mongoose, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 9.34 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OffThePan
:poultry_leg: A web app which recommends recipes based on the ingredients provided. :hamburger:
## Features:
- You can search for recipes directly by searching by the name of the dish, or by the ingredients in the dish.
- You can specify the ingredients available with you and find yourself a recipe!
- You can also search for recipes by the cuisine.
- You can also filter out your intolerances in your results.
- Different diets such as vegan, vegetarian, etc, too.
- You can get wine recommendations to go with the food you choose. An amazon link will also be provided with the it so that you can buy if you don't have it.
## To run:
- Clone and cd into the repo.
```
git clone https://github.com/k4u5h4L/OffThePan.git && cd OffThePan
```- Install the required dependencies
```
npm install
```- Rename the `.env_sample` file to `.env` and fill in the needed API keys and data.
- Start the development server by running
```
npm run dev
```This should spin up the site on [localhost:3000](http://localhost:3000).
## Note:
- This project is made as a hobby and is NOT a commercial application.
- Any contribution is welcome. You can fork and submit a pull request.
## Citations:
- Special thanks to Adithya Mallya ([GitHub](https://github.com/adiMallya)) for the name of the app (OffThePan).