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.
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
Documentation for API Endpoints is available in the app/routes
directory.
The application is licenced under the Affero GNU General Public License 3 or later (AGPL 3+).