Skip to content

GavinITP/netflow-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 

Repository files navigation

Netflow Visualizer

Prerequisites

  • git
  • node.js
  • pnpm
  • go

Set up backend

  1. Clone the Repository
git clone https://github.com/GavinITP/netflow-visualizer.git
  1. Navigate to the backend directory
cd backend
  1. Create .env file

  2. Install dependencies

go mod tidy
  1. Start the backend server
go run main.go

Set up frontend

  1. Install dependencies
pnpm i
  1. Create .env file

  2. Start the frontend

pnpm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors