The SQL model is in the database
folder. You can import it to your MySQL database.
It's not necessary to fill the City_IPv4_complete
, City_IPv6_complete
, City_Locations_fr
tables. They are used for the geolocation feature.
- Clone the repository.
- Go to /backend and run
bun install
, change.env.example
to.env
and then start withbun main.ts
. - Go to /cdn and start with
go run main.go
. - Go to /frontend and run
bun install
, and then start withbun dev
.
Don't hesitate to contribute to the project. You can open an issue or a pull request :)