An open API service indexing awesome lists of open source software.

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

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```