An open API service indexing awesome lists of open source software.

https://github.com/kostastepetes/har-analyzer-website-mern

🧙‍♂️ MERN stack website (MongoDB + Express + React + NodeJS) that operates as a Crowdsourcing platform and allows users to upload, analyze and process their HAR Files (HTTP Archives)
https://github.com/kostastepetes/har-analyzer-website-mern

crowdsourcing express har http http-archive mern mern-stack mongodb mongoose nodejs react

Last synced: 3 months ago
JSON representation

🧙‍♂️ MERN stack website (MongoDB + Express + React + NodeJS) that operates as a Crowdsourcing platform and allows users to upload, analyze and process their HAR Files (HTTP Archives)

Awesome Lists containing this project

README

        

# HAR-Analyzer MERN Stack
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` on `server` directory.
- Run `npm install` on `client` directory.
- Run `npm run dev` on `server` directory.
- Run `npm start` on `client` directory.