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)
- Host: GitHub
- URL: https://github.com/kostastepetes/har-analyzer-website-mern
- Owner: kostastepetes
- Created: 2021-02-24T14:40:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-11T10:04:07.000Z (about 4 years ago)
- Last Synced: 2025-01-10T03:35:29.167Z (4 months ago)
- Topics: crowdsourcing, express, har, http, http-archive, mern, mern-stack, mongodb, mongoose, nodejs, react
- Language: JavaScript
- Homepage:
- Size: 2.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.