Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/morepriyam/course-sell-app
- Owner: morepriyam
- Created: 2023-12-10T14:02:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-07T09:33:46.000Z (about 1 year ago)
- Last Synced: 2024-01-07T14:30:32.498Z (about 1 year ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 devInitial 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.