A Single Page Application for logging workouts and tracking progress.
$ git clone /~https://github.com/VladimirAnaniev/LoggIt.git
$ cd LoggIt
$ cd backend && yarn install
$ cd ../frontend && yarn install
Make sure you are running mongo prior to starting the backend server
$ cd backend && yarn start
$ cd frontend && yarn start