From bf8342c901953b2fa57348df556dabc8061c1399 Mon Sep 17 00:00:00 2001 From: ANKIT VARSHNEY <132201033+AVtheking@users.noreply.github.com> Date: Mon, 27 Nov 2023 02:08:29 +0530 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 6f93052..67fde5f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A Nodejs based backend system using MongoDB,NodeJS,Express,Mongoose, and deployed on aws. With Both a Flutter Based App and a ReactJS Website as Frontend:- +- [ReactJS Website](https://github.com/abhinandnn/udemy-clone-frontend) +- [Flutter Application](https://github.com/Pudv95/iLearn) ## FEATURES @@ -64,7 +66,26 @@ You can access the endpoints from your web browser following this url ```url http://127.0.0.1:PORT ``` +## 🛣Roadmap Project +- [ ] *Task 1: Implement Google OAuth* + - Integrate Google OAuth for a seamless and secure login experience. + - Allow users to sign in with their Google accounts. + - Enhance user authentication and access control. + +- [ ] *Task 2: Group Chat Feature* + - Enable users to discuss doubts in real-time. + +- [ ] *Task 3: Live Streaming* + - Implement a live streaming feature enabling teacher to live stream their courses. + - It would be able to handle good amount of use in a stream + +- [ ] *Task 4: Bug Fixes and Optimization* + - Address reported bugs and issues. + - Optimize the performance of the application. + - Conduct thorough testing to e + +