Project Atra, a realtime portfolio
Made with node.js and hosted on Heroku
- bower package manager for the web
- grunt for live reload
- vs code editor of choice
- cmder includes mysisgit
You must first install the required dependencies with the following commands.
npm install
bower install
Afterwards run the app like so.
node index.js // app by default runs on localhost:5000
You can enable live reloading with grunt.
grunt watch
The app has a couple of API exposed functionalities. You can use these through an an API client like Chrome's Advanced REST client.
To see an overview of the API's, go to http://localhost:5000/api