Skip to content

An application built using Angular 1. Able to create, read, update and delete jogging records with authentication.

Notifications You must be signed in to change notification settings

jacksontan/jogstracker

Repository files navigation

jogsTracker

A simple demo app that tracks jog records. Application can create, read, update, delete and list all jog records. Live at heroku https://jogstracker.herokuapp.com/

Running Locally

Make sure you have Node.js and the Heroku Toolbelt installed.

$ git clone https://github.com/jacksontan/jogstracker.git
$ npm install
$ npm start

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

About

An application built using Angular 1. Able to create, read, update and delete jogging records with authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published