/runeee

My bachelor thesis (year 2014/2015). Node.js web app. (Express, MongoDB, Webpack, Gulp, AWS)

Primary LanguageJavaScript

Runeee

Description

Runeee is my bachelor thesis, developed in the school year 2014/2015. It sports application which allows you to schedule workouts by coach training diary, diary lactate, forecast HR zones and much more. I was an analysis of the lactate tests, but these sources do not include it.

Technology overview

The application is based on Node.js using Express.js, MongoDB, Jade templates, Stylus, Webpack and much more. For more info please check screenshots, read source code or contact me🤘

App Screenshots

Profile screenshot

Want to see more ? Come on and check screenshots or check this url test.runeee.com

Credits

Developer (Bachelor thesis) / Tomáš Stankovič / @TomasStankovic

Graphic Designer / Tomáš Pinka / @tomaspinka

Workflow

Prerequisites

Node.js

npm install -g gulp
npm install -g bower

Installation

git clone git@github.com:slinto/runeee.git
cd runeee
npm install && bower install

Recommended dev workflow

Run server, nodemon for automatically reload node.js app, livereloading, ...

gulp

Type gulp or gulp server and open localhost:8080 in your browser.

Production build

Compilation of Stylus code, minifying CSS code, image minifying and run Webpack compiler.

gulp build

Release build

App building, version bump, commit and push to git repository.

gulp release --version major|minor|patch
or
gulp release -v major|minor|patch

License

MIT © Tomáš Stankovič