Web Interface for ZooPhy. The Web Services are available here.
- NodeJS 6.10.x
- npm 3.10.x
- Redis 3.x
- AngularJS 1.6.x
- Bootstrap 3.x
- FontAwesome 4.x
- Latest ZooPhy Services
- Your Favorite Text Editor, VS Code is full featured NodeJS IDE.
- Create a secret_settings.js file in the bin folder with your configuration details. Refer to settings_template.js
- Create a utils.js file in public/javascript folder with your uri details. Refer to utils_template.js
- Run
npm install
to install required NodeJS packages. - Run
npm test
to ensure that tests are passing. - Run
npm start
to start the application.