Instagram clone for gym goers.
http://gains-app.herokuapp.com
This is an example of a monolithic application.
Note: I may refactor this into seperate containers/ microservices and create a seperate front end.
This is an Instagram clone for gym goers built with NodeJS, ExpresssJS and Mongodb. Tested with NightwatchJS, Selenium Webdriver, Mocha and Chai. CI with Travis, Hound and Heroku.
Click on the links to download.
In a new terminal window boot up mongodb by running $ mongod
$ cd gains
into directory.$ npm install
to install dependencies.$ npm start
to boot up a server and view on http://localhost:3000$ npm run unit
to run unit tests.$ webdriver-manager start
in a separate window to boot up Selenium Webdriver.$ npm run e2e
to run feature tests.