From 574c84115cf094100fc76322aca96d0026dbb851 Mon Sep 17 00:00:00 2001 From: Yashika Panwar Date: Fri, 28 Aug 2026 16:45:10 +0530 Subject: [PATCH 1/6] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 986801ec..18cd67ac 100644 --- a/README.md +++ b/README.md @@ -245,3 +245,6 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file - [Expo on GitHub](https://github.com/expo/expo): View our open source platform and contribute. - [Discord community](https://chat.expo.dev): Chat with Expo users and ask questions. + +## Contributors +- Yashika Panwar - CSE AIML, DCE Gurugram | GSSoC Aspirant From fa8d7944aed3a530bff46449539b402c526e2948 Mon Sep 17 00:00:00 2001 From: Yashika Panwar Date: Fri, 28 Aug 2026 17:01:37 +0530 Subject: [PATCH 2/6] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 18cd67ac..757a04e9 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file **Made with ❤️ for splitting expenses the smart way!** - [Expo on GitHub](https://github.com/expo/expo): View our open source platform and contribute. -- [Discord community](https://chat.expo.dev): Chat with Expo users and ask questions. - -## Contributors -- Yashika Panwar - CSE AIML, DCE Gurugram | GSSoC Aspirant +- [Discord community](https://chat.expo.dev): Chat with Expo users and ask question From 92be7472c256f74794a61b7c68894bd806abbbe3 Mon Sep 17 00:00:00 2001 From: Yashika Panwar Date: Fri, 28 Aug 2026 19:04:37 +0530 Subject: [PATCH 3/6] Update README.md --- backend/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/README.md b/backend/README.md index 254c4ec9..23ec3743 100644 --- a/backend/README.md +++ b/backend/README.md @@ -10,7 +10,9 @@ 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 From 4ac779595fc098c638d55044d87dd1918413d45a Mon Sep 17 00:00:00 2001 From: Yashika Panwar Date: Fri, 28 Aug 2026 23:25:46 +0530 Subject: [PATCH 4/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 757a04e9..f79b38da 100644 --- a/README.md +++ b/README.md @@ -244,4 +244,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file **Made with ❤️ for splitting expenses the smart way!** - [Expo on GitHub](https://github.com/expo/expo): View our open source platform and contribute. -- [Discord community](https://chat.expo.dev): Chat with Expo users and ask question +- [Discord community](https://chat.expo.dev): Chat with Expo users and ask questions From 0a3624cf3d8444ae18c185261333768bce4ad4f4 Mon Sep 17 00:00:00 2001 From: Yashika Panwar Date: Fri, 28 Aug 2026 23:29:37 +0530 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f79b38da..986801ec 100644 --- a/README.md +++ b/README.md @@ -244,4 +244,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file **Made with ❤️ for splitting expenses the smart way!** - [Expo on GitHub](https://github.com/expo/expo): View our open source platform and contribute. -- [Discord community](https://chat.expo.dev): Chat with Expo users and ask questions +- [Discord community](https://chat.expo.dev): Chat with Expo users and ask questions. From 55affcc3819d6629e4d283a1faf3b056764e13a7 Mon Sep 17 00:00:00 2001 From: Yashika Panwar Date: Sat, 29 Aug 2026 00:06:18 +0530 Subject: [PATCH 6/6] Update README.md --- backend/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/README.md b/backend/README.md index 23ec3743..15a9f202 100644 --- a/backend/README.md +++ b/backend/README.md @@ -13,6 +13,7 @@ This is the FastAPI backend for the Splitwiser expense tracking application. - 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