Course-tip is a website where a user can come search for a course or can initialize a review and ask for feedback from others who have attended the course. This allows the user to decide which course is best for him/her and saves their time.
- Basic Authentication (Register/Login with hashed password)
- Asking for a review.
- Giving a review.
- Saving a course(currently not available).
- Node.js
- MongoDB
- Download repository
- Uncompress to your desired directory
npm install
node app.js
If you have nodemon package then,
nodemon app.js
You will know server is running by checking the output of the command node app.js
Every project needs improvements, Feel free to report any bugs or improvements. Pull requests are always welcome.
- It currently does not let the user save any course.
- It does not let the user search for any course.