MERN stack website (MongoDB + Express + React + NodeJS) that operates as a Crowdsourcing platform and allows its users to upload, analyze and process their HAR Files (HTTP Archives)
After cloning:
- Run
npm install
onserver
directory. - Run
npm install
onclient
directory. - Run
npm run dev
onserver
directory. - Run
npm start
onclient
directory.