This repository contains the apio server application and the client application.
To install and run the Apio Server application you will need:
- Nodejs
- NPM
- MongoDB
===========
cd /path/to/your/directory
git clone https://github.com/ApioLab/ApioServer.git
cd ApioServer
npm install && bower install
The apio server application is now installed and configured
From the server folder run:
mongod start &
node app
Open your browser and digit this URL:
localhost:8083/app
If you want more information please visit: http://www.apio.cc