Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mk4levi/mk-codezone
MK-CodeZone is a full-stack EdTech platform for programers built using the MERN stack. It serves as a central hub for developers to connect, buy courses and explore the exciting world of programming together.
https://github.com/mk4levi/mk-codezone
dockerfile expressjs html-css-javascript mongodb nodejs react tailwindcss
Last synced: 7 days ago
JSON representation
MK-CodeZone is a full-stack EdTech platform for programers built using the MERN stack. It serves as a central hub for developers to connect, buy courses and explore the exciting world of programming together.
- Host: GitHub
- URL: https://github.com/mk4levi/mk-codezone
- Owner: Mk4Levi
- Created: 2024-08-05T15:37:22.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-12T08:01:45.000Z (about 1 month ago)
- Last Synced: 2024-10-24T09:17:12.263Z (23 days ago)
- Topics: dockerfile, expressjs, html-css-javascript, mongodb, nodejs, react, tailwindcss
- Language: JavaScript
- Homepage: https://mk-codezone.vercel.app
- Size: 46.1 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MK-CodeZone
MK-CodeZone is a full-stack EdTech platform for programers built using the MERN stack (MongoDB, Express.js, React.js, Node.js). It serves as a central hub for developers to connect, buy courses and explore the exciting world of programming together.
### Project Link:
[Visit Project's Live Web-App](https://mk-codezone.vercel.app/)
## Project's Screenshots =>
![image](./src/assets/Images/ss1.png)
![image](./src/assets/Images/ss2.png)
![image](./src/assets/Images/ss3.png)
![image](./src/assets/Images/ss4.png)## Technologies Used
- **MongoDB**: Database
- **Express.js**: Backend Framework
- **React.js**: Frontend Framework
- **Node.js**: Backend Runtime Environment## Features
- **User Authentication**: Secure login and registration.
- **Payment Integration**: Purchare course using secure Raxorpay payment gateway
- **Course Management**: Create, update, and delete courses.
- **Interactive Lessons**: Multimedia lessons with quizzes.
- **Progress Tracking**: Track user progress and performance.
- **Responsive Design**: Mobile-friendly interface.## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
- Node.js
- MongoDB### Installation
1. Clone the repo
```sh
git clone https://github.com/mk4levi/mk-codezone.git```
2. Install NPM packages
```sh
Frontend- npm install
Backend- 1. cd server 2. npm install```
3. Start the development server
```sh
Frontend- npm run start
Backend- 1. cd server 2. npm run dev
```### Contact
Manthan's Portfolio -[My Portfolio](https://manthan-mk-portfolio.vercel.app/)
Manthan's LinkedIn -[My LinkedIn](https://www.linkedin.com/in/mk4coder/)
Manthan's Mail ID -[[email protected]](mailto:[email protected])