This is the only backend of a course selling app writeen in Express.js
This includes the admin/user portal in which admins can create their own course, sell their created course, delete or edit their course.
Frontend is to be written, this is only backend.
- To test this locally import the code to your folder
- On terminal type "npm install" to install all the required dependencies
- Then type "node index.js" to start the server
- You can give GET/POST/PUSH/DEL request through Postman
Don't forget to make a .env file and fill the details in the same format as shown in the .env.example file