Gym hub is an service that digitises the gym environment
Make sure you have a PostgreSQL database with password and username of "postgres" Add your database in the .env.example file and remove the .example extension
Start a Redis server in the terminal
Install all dependencies
npm install
Start the server by running two commands in two separate terminals
npm run watch
and
npm run dev
Make sure you have our client ex-timer-web installed and running correctly