Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kachamachkov/recipes
https://github.com/kachamachkov/recipes
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kachamachkov/recipes
- Owner: kachamachkov
- License: mit
- Created: 2024-08-28T08:10:39.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T08:01:06.000Z (4 months ago)
- Last Synced: 2024-08-29T09:38:05.918Z (4 months ago)
- Language: TypeScript
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Recipes
### This personal projects aimed to practice a bit of TS and connecting PostgreSQL via Neon to Front-End, hence making a full-stack portfolio project.
### Features
- Search for recipes (API spoonacular)
- Mark/Remove favorite recipes and save them to the DB
- Pagination (via view more)### Installation
```bash
cd backend
npm i
.env variables required for DB and API key (spoonacular)
npx nodemon
``````bash
cd frontend
npm i
npm run dev
```### Example pictures
![alt text](./frontend/public/SCR-20240904-jopd.jpeg)
![alt text](./frontend/public/SCR-20240904-joqm.jpeg)