Simple app to test Igo Web Framework for NodeJs
Before using Igo, you need to install NodeJS (>=5.9.1) and a few modules:
$ npm install -g bower gulp-cli mocha
To get started clone, install the required packages and run the migration file migration.js
for creating the test database igo_test
:
$ git clone [email protected]:aybezz/igo_test.git igo_test && cd igo_test
$ npm install && bower install
$ node migration.js
$ gulp
Go to localhost:3000 and have fun.
To test with and existing agent: login: aybezz
pwd: aa
Formulaire de la fiche client - Étape 1/2