A web based Security Information and Event Management
Clone Repo
git clone https://github.com/borelli28/SIEM.gitCd into project
cd SIEMSetup /backend
cd backendCreate .env in /backend
echo "SESSION_SECRET_KEY=d4c9b6258fc5a4ab0c8334d95703685ec07d03e19fa1b3dd5c5cdd483c06850f" > .env && \
echo "DATABASE_URL=logs/logs.db" >> .envStart backend server
cargo runSetup frontend in a new tab
cd ../frontend && bun install && bun devor use NPM
cd ../frontend && npm install && npm run devOpen browser in http://localhost:3000/register