Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.71 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.71 KB

Igo Web Framework Test

Presentation

Simple app to test Igo Web Framework for NodeJs

Getting started

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

Screenshots

Page de connexion Alt text

Formulaire de la fiche client - Étape 1/2 Alt text

Formulaire de la fiche client - Étape 2/2 Alt text

Listing des appels - 1 Alt text

Listing des appels - 2 Alt text

Listing des appels - 3 Alt text

Formulaire d'inscription Alt text