Skip to content

Frontend of PELUSA, the ML engine to detect malicious URLs

License

Notifications You must be signed in to change notification settings

javi-aranda/pelusa-react

Repository files navigation

Pelusa React

GitHub last commit (branch)

Pelusa React

What is Pelusa?

Pelusa React is a web application that allows you to interact with the Pelusa API to help you classify URLs as malicious or benign.

Getting Started

First, install dependencies:

npm install
# or
yarn install

Run the development server:

npm run dev
# or
yarn dev

Or use Docker:

docker build -t pelusa-react .
docker run -p 3000:3000 pelusa-react

Open http://localhost:3000 in your favourite browser to access the application.

Environment variables

The following environment variables are required to run the application, use a .env.local file to set them:

API_ENDPOINT=http://localhost:8000  # Modify as necessary