Go to file
Javi Gallego b260157171 recobro añadir candado #158 faltan los test de front 2018-03-09 14:54:25 +01:00
.vscode Views migrated to vn schema, Node v8, Error handling, async-await, bugs solved 2018-01-29 12:37:54 +01:00
client recobro añadir candado #158 faltan los test de front 2018-03-09 14:54:25 +01:00
e2e #135 Refactor vnAutocomplete 2018-03-09 14:15:30 +01:00
services back end unit test fixes plus small refactors 2018-03-08 12:23:51 +01:00
.editorconfig Eslint 2017-03-01 09:55:17 +01:00
.eslintrc.yml Address id fixtures, gulpfile clean, eslint no-empty 2018-02-07 10:29:23 +01:00
.gitignore Gitignore 2018-02-03 20:16:22 +01:00
Dockerfile Autogenerated Nginx config and docker compose 2018-02-03 20:14:44 +01:00
Jenkinsfile Revert "Merge branch 'test' into dev" 2018-03-06 13:01:05 +01:00
LICENSE README and LICENSE updated 2018-01-29 13:49:59 +01:00
README.md README fixes, bugfixes for windows 2018-02-02 09:51:38 +01:00
docker-compose.tpl.yml Autogenerated Nginx config and docker compose 2018-02-03 20:14:44 +01:00
e2e_tests.js successfully merged sequences for gulp docker and end to end tests 2018-01-08 13:40:05 +01:00
gulpfile.js Revert "Merge branch 'test' into dev" 2018-03-06 13:01:05 +01:00
karma.conf.js Script to import local-db changes, fixtures fixed, structure updated 2018-02-07 19:55:47 +01:00
package-lock.json Merge conflicts 2018-02-15 10:51:31 +01:00
package.json Revert "Merge branch 'test' into dev" 2018-03-06 13:01:05 +01:00
services-test.config.js refactor on back end tests gulp task plus file to use pending to be finished 2018-02-14 14:52:35 +01:00
services_tests.js corrected indentation on routes.json and added one path to services tests js 2018-02-14 15:56:22 +01:00
webpack.config.js E2E refactor, Snackbar with hide button, Dialog, bugs solved 2018-02-20 10:00:19 +01:00
webpack.config.yml Documented Gulpfile, improved 'docker-wait' to handle errors 2018-02-13 22:40:02 +01:00

README.md

Salix

This project is an Enterprise resource planning (ERP) integrated management of core business processes, in real-time and mediated by software and technology developed with the stack listed below.

Salix is also the scientific name of a beautifull tree! :)

Prerequisites

Required applications.

  • Node.js = 8.9.4
  • NGINX
  • Docker

You will need to install globally the following items.

$ npm install -g karma-cli gulp webpack nodemon

Getting Started // Installing

Pull from repository.

Run this commands on project root directory to install Node dependencies.

$ npm install
$ gulp install

Launch application in developer environment.

$ gulp

Also you can run backend and frontend as separately gulp tasks (including NGINX).

$ gulp client
$ gulp services

Manually reset fixtures.

$ gulp docker

Running the unit tests

For client-side unit tests run from project's root.

$ karma start

For server-side unit tests run from project's root.

$ npm run test

For end-to-end tests run from project's root.

$ gulp e2e

Built With