first commit

This commit is contained in:
2025-07-03 00:06:32 -06:00
commit f739c6b3c7
33 changed files with 8197 additions and 0 deletions

4
server/.env.development Normal file
View File

@@ -0,0 +1,4 @@
NODE_ENV=development
PORT=2567
CLIENT_URL=http://localhost:3000
ADMIN_URL=http://localhost:3001