backend contains the definitions and the workflow executor for the test cases.
Test Manager requires
- Node.js v4+.
- MongoDb
- Redis Server
- Elasticsearch
Steps :- Backend
$ git clone https://github.com/91ranjan/dunzohack.git
$ cd dunzohack
$ npm install | yarn install
Steps :- Frontend
$ git clone https://github.com/91ranjan/dunzohack.git
$ cd dunzohack/client/web
$ npm install | yarn install
On one tab:-
$ redis-server
On one tab:-
$ mongod
On one tab:-
$ elasticsearch
On the other one
$ npm run start | yarn start
For frontend installation read this.
MIT
Free Software, Hell Yeah!