Shrutihegde13 / dunzohack

Hackathon for dunzo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Hackathon for dunzo

License:Other


Languages

Language:JavaScript 64.2%Language:TypeScript 25.2%Language:CSS 9.1%Language:Python 1.3%Language:HTML 0.3%