Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 840 Bytes

README.md

File metadata and controls

34 lines (30 loc) · 840 Bytes

Bountifull (Backend)

Bountifull is a non-restrictive nutrition tracker built for mobile.

For frontend directions, please visit:

https://github.com/maywoollcott/bountifull-client

Getting Started

  • 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

Tech Stack

The Bountifull backend is built using:

  • Node.js and Express
  • MongoDB with Mongoose for the database

Contributors

  • Chase Klaus (chase-klaus)
  • Chris Gomez (ChrGmz)
  • Deida Lopez (deidalopez)
  • May Woollcott (maywoollcott)