Skip to content

redawl/Workout-Tracker

Repository files navigation

Workout Tracker

icon

A simple tracker of workouts!

Getting Started

Clone the repo:

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

Create Env File:

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

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

Build and start the application:

$ ./scripts/run-dev.sh

That's it!