Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ This is the FastAPI backend for the Splitwiser expense tracking application.
```

2. **Environment Configuration:**
- Copy `.env.example` to `.env`
- Copy `.env.example` to `.env`:
```bash
cp .env.example .env
Comment thread
yashikap0920-123 marked this conversation as resolved.
```
- Update the environment variables:
- `MONGODB_URL`: Your MongoDB connection string
- `SECRET_KEY`: A secure secret key for JWT tokens
Expand Down
Loading