Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
btwlouis committed Dec 22, 2024
1 parent aa8219f commit 7ffa10a
Show file tree
Hide file tree
Showing 53 changed files with 1,161 additions and 978 deletions.
8 changes: 6 additions & 2 deletions backend/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
PORT=4000
MONGO_URI=mongodb://localhost:27017/fivem-tracker
DELAY_FIVEM_REQUESTS=100
FRONTEND_URL=http://localhost:3000

MYSQL_HOST=localhost
MYSQL_USER=root
MYSQL_PASSWORD=
MYSQL_DATABASE=fivem_tracker
134 changes: 0 additions & 134 deletions backend/index.ts

This file was deleted.

5 changes: 0 additions & 5 deletions backend/interfaces/IServer.ts

This file was deleted.

7 changes: 0 additions & 7 deletions backend/interfaces/IServerHistory.ts

This file was deleted.

18 changes: 0 additions & 18 deletions backend/models/server.history.model.ts

This file was deleted.

82 changes: 0 additions & 82 deletions backend/models/server.model.ts

This file was deleted.

Loading

0 comments on commit 7ffa10a

Please sign in to comment.