Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.08 KB

File metadata and controls

34 lines (23 loc) · 1.08 KB

SecurityAnalytica

About

SecurityAnalytica is a website that aims to provide users with a secure and reliable way to verify the safety of files and URLs. It provides a user-friendly frontend, as well as a robust backend. The website is similar to VirusTotal.

The frontend of SecurityAnalytica is designed to be user-friendly and easy to navigate. Users can simply upload a file or enter a URL, and the website will quickly analyze it and provide a detailed report on any potential security risks.

Frontend - React with Typescript, for style used Bootstrap, builded with Vite
Backend - vibe.d in a docker container

Start Backend

  1. you need to have docker installed on WSL or LINUX
  2. go to rest_api folder
  3. open here a command line and type
make
  1. done

Start frontend

  1. install node js
  2. go to frontend folder
  3. open here a command line and type
npm i
npm run dev
  1. done