Skip to content

Study Notion is an ED Tech (Education Technology) web application developed using the MERN stack.

License

Notifications You must be signed in to change notification settings

himanshu8443/Study-Notion-master

Repository files navigation

Study Notion

Study Notion is an ED Tech (Education Technology) web application developed using the MERN stack.

Note

This project is intended as a learning tool and can be used as a sample project for educational or personal projects.


Features

  • User Authentication: Study Notion provides secure user registration and authentication using JWT (JSON Web Tokens). Users can sign up, log in, and manage their profiles with ease.

  • Courses and Lessons: Instructors can create and edit created courses. Students can enroll in courses, access course materials, and track their progress.

  • Progress Tracking: Study Notion allows students to track their progress in enrolled courses. They can view completed lessons, scores on quizzes and assignments, and overall course progress.

  • Payment Integration: Study Notion integrates with Razorpay for payment processing. Users can make secure payments for course enrollment and other services using various payment methods supported by Razorpay.

  • Search Functionality: Users can easily search for courses, lessons, and resources using the built-in search feature. This makes it convenient to find relevant content quickly.

  • Instructor Dashboard: Instructors have access to a comprehensive dashboard to view information about their courses, students, and income. The dashboard provides charts and visualizations to present data clearly and intuitively. Instructors can monitor the total number of students enrolled in each course, track course performance, and view their income generated from course sales.


Screenshots

Screenshot 2023-07-25 210844 Screenshot 2023-07-25 211309

More screenshots

Screenshot 2023-07-25 211451 image


Important

  • Backend is in the server folder.
  • Before uploading courses and anything create the categories e.g. web dev, Python, etc. (without categories courses cannot be added). To create categories create an Admin account and go to dashboard then admin panel.
  • To create an Admin account first sign up with a student or instructor account then go to your Database under the users model and change that 'accountType' to 'Admin'.

Installation

  1. Clone the repository to your local machine.

    git clone https://github.com/himanshu8443/Study-Notion-master.git
  2. Install the required packages.

    cd Study-Notion-master
    npm install
    
    cd server
    npm install
  3. Set up the environment variables:

    Create a .env file in the root directory and /server Add the required environment variables, such as database connection details, JWT secret, and any other necessary configurations check .env.example files for more info.

  4. Start the development server.

    npm run dev
  5. Open the project in your browser at http://localhost:3000 to view your project.

The project is set up to use postcss-cli to process your CSS files. You can add your own tailwind.config.js file to customize your Tailwind setup.

About

Study Notion is an ED Tech (Education Technology) web application developed using the MERN stack.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published