https://github.com/meghaniankov/meal-planner-react
🍕App to generate random weekly meal plans
https://github.com/meghaniankov/meal-planner-react
Last synced: 2 months ago
JSON representation
🍕App to generate random weekly meal plans
- Host: GitHub
- URL: https://github.com/meghaniankov/meal-planner-react
- Owner: meghaniankov
- Created: 2020-03-30T12:52:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T18:22:52.000Z (over 2 years ago)
- Last Synced: 2025-02-07T22:30:25.805Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.58 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Meal Plan Generator
An app to generate random weekly meal plans based on your favorite recipies.
Re-building [this](https://github.com/meghaniankov/meal-planner) app using React, node.js, and PostgreSQL.
## Objective
I love cooking but hate coming up with what to make each day. I always cook one of the same 7-10 meals anyways. I want a tool that can generate a meal plan for me.## Built With
- React
- node.js
- Express
- PostgreSQL## Running the Program
### Server
To launch the server, run:
```
$ cd server
$ nodemon
```### Client
To launch the front end, run:
```
$ cd client
$ yarn start
```### View in Browser
Visit ```http://localhost:3000```