gym-diary

MIT License

Stars
2

Gym Diary

Online diary for tracking your results at the gym. The project is using React, NodeJS, Express and Mongo. Written mostly in ES6. JSON web tokens are used for authentication, more on them here. Based on this webpack-express-boilerplate.

Install

NOTE Please use the latest version of Node.

git clone https://github.com/henrikra/gym-diary.git

npm install

Running

Use the scripts

npm start for frontend developing and hot reloading.

Or

npm run backend if you want to write stuff on the backend with hot reloading.

Dependencies

Just check out the package.json file :)