To run this code please follow below steps:
- Go to your local project directory via terminal.
- Run
git clone git@github.com:wizspark/Api-Server.git
. - Install Latest NodeJS version.
We are using ECMA6 fetures which are available into
NodeJS 4+ version
. I will prefer to use NVM for working into multipleNodeJS
versions. - Go to project directory with command
cd Api-Server
. - Install all NodeJS/backend dependencies with command
npm i
. - Install Bower globally with command
npm i -g bower
. - Install all frontend dependencies with command
bower install
. - Run
node app
command. - Open
http://localhost:8080/
URL into your favorite browser.
To access any common module global.apiServer.modules.test
To access any schema global.getSchema()