/dunzohack

Hackathon for dunzo

Primary LanguageJavaScriptOtherNOASSERTION

Dunzo Hack

Build Status

backend contains the definitions and the workflow executor for the test cases.

Installation

Test Manager requires

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

Run server

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.

License

MIT

Free Software, Hell Yeah!