start with a backend

This commit is contained in:
2025-03-29 11:26:48 +01:00
parent 7eac8b00ae
commit b001ca6d29
6 changed files with 1126 additions and 0 deletions

4
backend/example.env Normal file
View File

@@ -0,0 +1,4 @@
# .env
GEOIP_CITY_DB=./data/GeoLite2-City.mmdb
GEOIP_ASN_DB=./data/GeoLite2-ASN.mmdb
PORT=3000