Welcome to the Music Course Selling App! This application is designed to provide a platform where users can browse, purchase, and manage music courses online. Built with Next.js, this app offers a seamless experience for both course providers and learners.
- Browse Courses: View a list of available music courses with detailed descriptions and previews.
- Course Enrollment: Enroll in courses and access course materials.
- User Authentication: Secure login and registration for users and course providers.
- Payment Integration: Process payments for course purchases.
- Responsive Design: Access the app on various devices with a mobile-friendly interface.
To get started with the Music Course Selling App, follow these steps:
- Node.js (>= 14.x)
- npm or yarn
-
Clone the repository:
git clone https://github.com/Subas-mohanty/Music-school
-
Navigate to the project directory:
cd Music-school
-
Install dependencies:
npm install # or yarn install
- Start the development server:
npm run dev
# or
yarn dev
-
Open your browser and navigate to http://localhost:3000 to view the app.
-
To create a production build, run:
# or
yarn build
- Fork the repository.
- Create a new branch for your changes.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Create a pull request to merge your changes into the main repository.