- git
- node.js
- pnpm
- go
- Clone the Repository
git clone https://github.com/GavinITP/netflow-visualizer.git- Navigate to the backend directory
cd backend-
Create .env file
-
Install dependencies
go mod tidy- Start the backend server
go run main.go- Install dependencies
pnpm i-
Create .env file
-
Start the frontend
pnpm run dev