Bountifull is a non-restrictive nutrition tracker built for mobile.
https://github.com/maywoollcott/bountifull-client
- Fork this repository and clone it to your local machine
- To get all the required dependencies by
npm install
npm install
- Install nodemon as a dev dependency
npm install -D nodemon
- Go to your package.json and set up a script to run
nodemon
"scripts": {
"dev": "nodemon index.js"
}
- Now you can run nodemon
npm run dev
- Node.js and Express
- MongoDB with Mongoose for the database
- Chase Klaus (chase-klaus)
- Chris Gomez (ChrGmz)
- Deida Lopez (deidalopez)
- May Woollcott (maywoollcott)