Skip to content

AmulGaurav/CourseMania

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CourseMania

A full-stack course selling website with role-based access and secure authentication. Admins can create, read, update, and delete courses, while users can purchase and access the courses they've acquired.

Features

  • Role-based access control (Admin/User)
  • Secure authentication with JWT
  • State management using Recoil.js
  • UI built with Material-UI
  • Smooth sessions with browser localStorage

Tech Stack

  • Frontend: React.js, Recoil.js, Material-UI
  • Backend: Node.js, Express.js, JSON Web Token
  • Database: MongoDB

Setup Locally

To set up the project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/AmulGaurav/CourseMania
  2. Navigate to the project directory:
    cd CourseMania
  3. Install dependencies:
    npm install
  4. Run the development server:
    npm run dev
  5. Open your browser and go to http://localhost:5173 to view the project.

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published