Skip to content

felihenrique/bot-detector

Repository files navigation

Bot detector

This is a bot detector project with frontend and backend.

Prerequisites

Make sure you have Docker and Docker Compose installed on your machine.

Getting Started

  1. Run the database:
docker-compose up clickhouse
  1. Run the migrations:
make migrate
  1. Run the backend project:
docker-compose up backend
  1. Run the frontend project:
docker-compose up frontend

The backend project will be available at the 10658 and the frontend project at the port 5173.

Backend tests

To run the backend tests use:

make test

Filling the database

You can use locust script to fill the database with fake data.

  1. Install locust:
pip install locust
  1. Run locust:
locust --web-host=localhost
  1. Open the interface and start the load test to fill the database.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors