Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 654 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 654 Bytes

My Fitness Friend

A web app that allows you to track your food and exercises.

Dependencies

  • Express
  • logger - used to provide more information about each packet
  • moment - used to provide timestamps
  • ejs - for embedded js in html
  • nodemon - dev tool that automatically restarts the server when changes are made
  • mongodb - for storing user info

how to use

  • have nodejs and npm installed on pc
  • the download this repo
  • in the directory do:
  • npm install express
    • npm install moment
    • npm install nodemon
    • npm install logger
    • npm install ejs
    • npm install mongodb
  • to run the server use
    • nodemon server.js