Skip to content

enn-dee/CourseSelling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Full-Stack Course Selling App

Welcome to the Full-Stack Course Selling App repository! This project aims to provide a platform for selling and purchasing courses, built using React for the frontend and Express.js for the backend.

Features

  • User authentication for admin and regular users.
  • Course creation, update, and deletion by admins.
  • Course purchasing and tracking for regular users.
  • ...

Technologies Used

  • Frontend:

    • React
    • Material-UI
  • Backend:

    • Express.js
    • JSON Web Tokens (JWT) for authentication
  • Database:

    • (Optional) MongoDB for persistent data storage
    • JSON files (current implementation)

Getting Started

Prerequisites

  • Node.js and npm installed
  • MongoDB (optional, if using)

Installation

  1. Clone the repository:

    git clone https://github.com/enn-dee/CourseSelling 

Install dependencies:

cd frontend
npm install

cd ../backend
npm install 

Run the application:

# Frontend
cd frontend
npm start

# Backend
cd ../backend
npm start

Usage

  • Create an admin account to manage courses.
  • Purchase courses as a regular user.
  • Explore other features...
  • Future Enhancements
  • MongoDB integration for data persistence.
  • Advanced course management features.
  • Improved user interface and experience.

Contributing

If you'd like to contribute, please open an issue or submit a pull request.

License This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Special thanks to Harkirat Sir for inspiration and guidance❤️.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published