maxlemieux / node-workout-tracker

Workout tracking app built in Node.js
0 stars 0 forks source link

node-workout-tracker

dependencies status code size

Table of Contents

About

node-workout-tracker is an exercise tracking app, created with Node/Express/Mongo.

Installation

Get the app:

Clone the repo:

git clone https://github.com/maxlemieux/node-workout-tracker.git

Install the dependencies. You will also need MongoDB.

cd node-workout-tracker

npm i

(Optional) Set up your environment for development

If you want to add the testing workout records, run this command: npm run seed

Usage

Start the server:

npm start

Load the app at http://localhost:3000.

Demo

A demo of the app can be found here:

https://node-workout-tracker.herokuapp.com/

Technologies