diff --git a/backend/README.md b/backend/README.md index 254c4ec..15a9f20 100644 --- a/backend/README.md +++ b/backend/README.md @@ -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 + ``` - Update the environment variables: - `MONGODB_URL`: Your MongoDB connection string - `SECRET_KEY`: A secure secret key for JWT tokens