A calorie tracker project that is built with jQuery and an Express backend.
Demo the application: https://mimilettd.github.io/quantified-self/index.html
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Node.js
- Clone the frontend app and change into the
quantified-self
directory:
$ git clone https://github.com/mimilettd/quantified-self.git
$ cd quantified-self
- Install the dependencies of the starter kit:
npm install
- Clone the backend app and change into the
quantified_self_api_mlwd
directory:
$ git clone https://github.com/mimilettd/quantified_self_api_mlwd
$ cd quantified_self_api_mlwd
Run the following commands in your terminal to start the server:
$ npm install
$ npm start
To view the application, visit http://localhost:8080
.
- JavaScript (language)
- JQuery (library)
- Express (Node.js web application framework)
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Shout out to Katelyn Kasperowicz for being the Technical Lead for this project.
- Special thanks to the Turing School of Software & Design for providing us the tools to become the developers that we are today.