Skip to content

Harsh2509/CourseSellingWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hard todo

Create the user side of a course selling app. This means the backend remains the same, but now you have two websites. Routes should be very similar to the old ones, but now you need to add a new route for the user to see the contents of a single course. You need to create the boilerplate yourself using vite

Frontend Routes expected -

  1. /courses - shows all courses
  2. /courses/purchased - Shows all purchased courses
  3. /courses/:id - Shows a single course, allows user to purchase it
  4. /login - login page
  5. /signup - signup page
  6. / - Landing page

By the end of this you should have two frontends -

  1. One for the admin dashboard (02-medium-course-selling-app-admin-dashboard)
  2. One for the user side of the app (03-hard-course-selling-app-user-side

ssh-keyscan ec2-3-84-137-90.compute-1.amazonaws.com >> known_hosts

testing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published