Welcome to the Course Selling Web App repository! This web application allows you to create and manage courses for sale. It's built using modern web technologies and frameworks to provide a seamless user experience for both course creators and learners.
To set up and run this web app locally on your development environment, follow these simple steps:
Before you begin, ensure you have the following software installed on your system:
- Node.js: Download and install Node.js
-
Clone this repository to your local machine:
https://github.com/ManiBAJPAI22/Course_WebApp
-
Change your working directory to the project folder:
cd Course_WebApp
-
Install the project dependencies using npm (Node Package Manager):
npm install
- Open the
.env
file and configure your environment variables, including your database connection details and any other settings required for your project. - Set up your database according to the configuration you specified in the
.env
file.
Once you've completed the installation and configuration, you can run the web app using the following command:
npm run dev
This command will start the development server, and you can access the web app in your browser at http://localhost:3000.
Now that the web app is up and running, you can begin using it:
- Create an account or log in if you already have one.
- As a course creator, you can create and manage your courses.
- As a learner, you can browse and enroll in courses.
- Explore the features and functionalities of the web app to experience its full potential.
If you have any questions or need assistance with the Course Selling Web App, please feel free to contact me at [email protected].