Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

borelli28/SIEM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

724 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIEM

A web based Security Information and Event Management

Setup

Clone Repo

git clone https://github.com/borelli28/SIEM.git

Cd into project

cd SIEM
Backend

Setup /backend

cd backend

Create .env in /backend

echo "SESSION_SECRET_KEY=d4c9b6258fc5a4ab0c8334d95703685ec07d03e19fa1b3dd5c5cdd483c06850f" > .env && \
echo "DATABASE_URL=logs/logs.db" >> .env

Start backend server

cargo run
Frontend

Setup frontend in a new tab

cd ../frontend && bun install && bun dev

or use NPM

cd ../frontend && npm install && npm run dev

Open browser in http://localhost:3000/register

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Contributors