This is a complaint management portal.
First clone repository.
$ git clone https://github.com/dunia98/pwc-task.git
Change the directory.
$ cd pwc-taskInstall dependencies. Make sure you already have nodejs & npm & mongoDB installed in your system.
$ cd backend
$ npm install
$ npm run devListen too http://localhost:3001/
$ cd frontend
$ npm install
$ npm startListen too http://localhost:3000/