Workout Tracker

Source

icon

A simple tracker of workouts!

Official Site

Getting Started

Clone the repo:

$ git clone https://github.com/redawl/Workout-Tracker.git
Bash

Create Env File:

$ vim .env
Bash
### Postgres ###
POSTGRES_USER={DB_USER}
POSTGRES_PASS={DB_PASS}
POSTGRES_DB={DB}

### Auth Server ###
API_DOMAIN={AUTH_SERVER_IP}
.properties

Build and start the application:

$ ./scripts/run-dev.sh
Bash

That’s it!