Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1019 Bytes

README.md

File metadata and controls

44 lines (26 loc) · 1019 Bytes

Quantified API

The backend to a calorie tracker written in Javascript utilizing Express.js with a jQuery based frontend.

Prerequisites to Run Locally

Running Locally

  • Clone this repo.
  • cd into it
  • npm install
  • npm
  • knex migrate:latest
  • knex seed:run
  • npm start
  • For a local frontend visit Quantified Self for download instructions.
  • visit http://localhost:8080/webpack-dev-server/

Visit Online

Authors

Acknowledgments

  • Turing School of Software & Design

Built With

  • JavaScript: Node.js, Express.js, jQuery

Contributing

  • Please submit a pull request with your proposed changes.