From 3113eaac8de41000d0ddc341c0b1980505790104 Mon Sep 17 00:00:00 2001 From: Zahid Mahar | ZAM LearningHub Date: Wed, 29 Oct 2025 15:48:59 -0700 Subject: [PATCH] Initialize README for My Course App Added README.md with: - Project overview - Setup instructions - Tech stack - Contribution guide This helps new contributors understand and run the project easily. --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1d47b22 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# My Course App + +A full-stack MERN application for selling and managing online courses. + +## 🚀 Features +- User login and registration +- Admin panel for managing courses +- Purchase history tracking +- MongoDB database integration +- Cloudinary support for media uploads + +## 🛠️ Tech Stack +- **Frontend:** React.js +- **Backend:** Node.js, Express.js +- **Database:** MongoDB +- **Cloud Storage:** Cloudinary + +## ⚙️ Setup Instructions +1. Clone your fork: + ```bash + git clone https://github.com/zahidali-dev/my-course-app.git + cd my-course-app