Skip to content

deidalopez/bountifull-backend

Repository files navigation

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)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •