split frontend and backend to initialize tauri frontend

This commit is contained in:
2025-12-15 13:42:55 +01:00
parent 30f4155369
commit 43a55a9a7c
11 changed files with 3637 additions and 0 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# chat app backend
## Configuration
- Specify the JWT secret with the `CHATAPP_JWT_SECRET` environment variable.
- Specify the server's port with the `CHATAPP_PORT` environment variable. Defaults to `8080`.
- To enable user registration, pass in `CHATAPP_ALLOW_REGISTRATION=true`.