Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/morepriyam/course-sell-app

Course Selling App using React
https://github.com/morepriyam/course-sell-app

Last synced: 20 days ago
JSON representation

Course Selling App using React

Awesome Lists containing this project

README

        

# Course Selling App (React + Vite)

A simple Course Selling App built with React and Vite.

## Getting Started

### Prerequisites

- Node.js and npm

### Installation

bash

# Backend

cd backend
npm install
node index.js

# Frontend

cd frontend
npm install
npm run dev

Initial Commit :
Backend is built using Express.js. It includes admin and user routes, JWT authentication, and endpoints for signin, signup, adding courses, getting courses, and purchasing courses.
Make sure the backend server is running (node index.js).
The frontend is built with React and Vite. It includes basic components for functionality.

### Contributing

Contributions are welcome! Please submit issues and pull requests.