Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.12 KB

README.md

File metadata and controls

55 lines (37 loc) · 1.12 KB

mean-workout

Set fitness goals, design workouts, log exercises, and stay fit with MEAN Workout. Built on the MEAN JS stack. Inspired by the Django app wger fitness.

Installation

Download the tools

Download the repository

git clone https://github.com/isalew/mean-workout.git

Run NPM to install dependencies

cd mean-workout
npm install

In a separate terminal window, start a local instance of MongoDB

mongod

Start the app with grunt

grunt

Open the app in your browser at localhost:3000

localhost:3000

API

Documentation for API Endpoints is available in the app/routes directory.

License

The application is licenced under the Affero GNU General Public License 3 or later (AGPL 3+).