Workout TrackerWorkout TrackerSourceA simple tracker of workouts!Official SiteGetting StartedClone the repo:$ git clone https://github.com/redawl/Workout-Tracker.git BashCreate Env File:$ vim .env Bash### Postgres ### POSTGRES_USER={DB_USER} POSTGRES_PASS={DB_PASS} POSTGRES_DB={DB} ### Auth Server ### API_DOMAIN={AUTH_SERVER_IP} .propertiesBuild and start the application:$ ./scripts/run-dev.sh BashThat’s it!