Skip to content

mimizotti/quantified-self

 
 

Repository files navigation

Quantified Self

A calorie tracker project that is built with jQuery and an Express backend.

Demo the application: https://mimilettd.github.io/quantified-self/index.html

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Node.js

Installing

  1. Clone the frontend app and change into the quantified-self directory:
$ git clone https://github.com/mimilettd/quantified-self.git
$ cd quantified-self
  1. Install the dependencies of the starter kit:
npm install
  1. 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.

Built With

  • JavaScript (language)
  • JQuery (library)
  • Express (Node.js web application framework)

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

Acknowledgments

About

A calorie tracker project that is built with jQuery and an Express backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.0%
  • HTML 1.3%
  • CSS 0.7%