Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.03 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.03 KB

Atra

Project Atra, a realtime portfolio

Made with node.js and hosted on Heroku

Requirements

Developer tools

Setup

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

API

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