- Initialize a new Node.js project
- Add Express, jsonwebtoken to it as a dependency
- Create index.js
- Add route skeleton for user login, signup, purchase a course, see course
- Add routes for admin login, admin signup, create a course, delete a course, add course content.
- Add middlewares for user and admin auth
- Add a database (mongodb), use dotenv to store the database connection string
- Define the schema for User, Admin, Course, Purchase
- Complete the routes for user login, signup, purchase a course, see course
forked from 100xdevs-cohort-3/week-8-course-selling-project
-
Notifications
You must be signed in to change notification settings - Fork 0
MisbahAnsar/week-8-course-selling-project
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Course selling website
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- TypeScript 69.1%
- JavaScript 30.2%
- Other 0.7%