Skip to content

Ashishbhatt97/course-selling-mern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

course-selling-mern

Setup

  1. Clone the repo

    git clone https://github.com/Ashishbhatt97/course-selling-mern.git

Setting up Client

  1. Go to the project's client folder

    cd course-selling-mern/client
  2. Install packages

    • with yarn
    yarn
    • with npm
    npm i

Setting up server

  1. Go to the project's server folder

    cd course-selling-mern/server
  2. Install packages

    • with yarn
    yarn
    • with npm
    npm i
  3. Set up your .env file

  • Change name .env.example to .env
  • Create Your Own JWT_SECRET_KEY= Key
  • Setup MongoDB server and paste the backend string in DB_URI =
  • Setup PORT
  1. Now Run the Project using Command in Both Client and Server Folder:

    npm run dev

About

Course Selling Web Application where Admin can create , update and delete the courses and User can buy the courses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published