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
- you need to have docker installed on WSL or LINUX
- go to rest_api folder
- open here a command line and type
make
- done
- install node js
- go to frontend folder
- open here a command line and type
npm i
npm run dev
- done