The backend to a calorie tracker written in Javascript utilizing Express.js with a jQuery based frontend.
- 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/
- Launch on - GitHub Pages
- Turing School of Software & Design
- JavaScript: Node.js, Express.js, jQuery
- Please submit a pull request with your proposed changes.