Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsprinceraj/smart-ed
💻✨ SmartEd is an Ed-Tech platform where students can learn from various Instructors. It allows you to come and create educational content for students as a instructor and students can do there study and learn concepts form them .
https://github.com/itsprinceraj/smart-ed
expressjs modularization mongodb mongoose mvc-architecture nodejs reactjs
Last synced: 13 days ago
JSON representation
💻✨ SmartEd is an Ed-Tech platform where students can learn from various Instructors. It allows you to come and create educational content for students as a instructor and students can do there study and learn concepts form them .
- Host: GitHub
- URL: https://github.com/itsprinceraj/smart-ed
- Owner: itsprinceraj
- Created: 2024-10-10T15:35:30.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-10-11T14:01:32.000Z (about 1 month ago)
- Last Synced: 2024-11-03T13:03:40.910Z (13 days ago)
- Topics: expressjs, modularization, mongodb, mongoose, mvc-architecture, nodejs, reactjs
- Language: JavaScript
- Homepage: https://smart-ed-frontend.vercel.app/
- Size: 48.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smart Ed Platform
Smart Ed is a comprehensive educational platform designed for both students and instructors. Built using the MERN stack, this application offers functionalities for course management, payment processing, and user authentication.
## Live Demo
You can explore the live demo of the Smart Ed platform at [Smart Ed Frontend](https://smart-ed-frontend.vercel.app/).
## Features
- **Payment Integration**: Seamless payment processing using Razorpay.
- **Course Management**:
- **Instructors**: Create and manage courses.
- **Students**: Browse, purchase courses, and watch video content.
- **Authentication**:
- **Google OAuth**: Sign in using Google for students.
- **Instructor Dashboard**: View course analytics and performance using Chart.js.
- **Review System**: Students can leave reviews on courses.
- **Styling**: Modern and responsive design using Tailwind CSS.
- **Cloud Storage**:
- **MongoDB Atlas**: Cloud-based database for course and user data.
- **Cloudinary**: Media storage for course videos and images.## Technologies
- **Frontend**:
- React
- Tailwind CSS
- Various React libraries
- **Backend**:
- Node.js
- Express
- MongoDB
- Cloudinary
- **Testing**:
- Postman for backend API testing1. **Clone the repository**:
```bash
git clone https://github.com/iamprinceraj/SmartEd-.git
```
2. **Navigate to the project directory:**:```bash
cd smart-ed3. **Install frontend dependencies:**:
```bash
cd client
npm install
4. **Install Backend dependencies:**:```bash
cd ../server
npm install
## Configure Environment VariablesCreate a `.env` file in the `server` directory and add your MongoDB, Cloudinary, and Razorpay credentials. For example:
```env
MONGODB_URI=
CLOUDINARY_CLOUD_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=
RAZORPAY_KEY_ID=
RAZORPAY_SECRET=
```
## Run the Project### Start both Frontend and Backend from root directory
```bash
cd ../
npm start
```## Deployment
- **Frontend**: Deployed on Vercel: [Smart-ED](https://smart-ed-frontend.vercel.app/)
- **Backend**: Deployed on [Render](https://smarted-backend.onrender.com)## Usage
### Students
- Sign in using Google OAuth.
- Browse available courses, make payments, and watch video content.
- Leave reviews on courses.### Instructors
- Create new courses and manage existing ones.
- View analytics and performance metrics on the instructor dashboard.## Contributing
Contributions are welcome! Feel free to fork the repository and submit pull requests for improvements or bug fixes. Please ensure to follow the project's coding standards and include relevant tests for new features.
## Contact
For any questions, issues, or support, please contact [[email protected]]([email protected]).