Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 874 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 874 Bytes

Meal Mate

A meal planner that allows you to schedule and plan out your meals. Through this application, users can search for meals that are stored on therecipedb and add their own custom meals to the recipe database.

Tech/framework used

Frontend UI built with React and Redux. The user authentication and data is handled through a Node.js server using MongoDB and Firebase.

Installation and Running Server

To run the server on your local machine first clone this repository using:

git clone https://github.com/nicholasruan/meal-planner

Once the repository is on your local machine install dependencies using:

npm install

To begin running server use:

npm start

Features to Add

  • Shopping list
  • Import ingredients from meals in planner to the shopping list

License

MIT © Nicholas Ruan()