Mongoose Typescript Project Overview with Postman

Опубликовано: 16 Май 2026
на канале: PawSure Care
8
0

This project is basically for a course management-related
There are three types of collections available which are 1. Category, 2. Course and 3. reviews. In the Course collection Category collection is a referenced field for the course In the Reviews collection, Course is a referenced field for reviews. Here course with reviews for a specific course and all reviews for this course is available on https://advanced-mongoose.vercel.app/api/c....
And Here I tried to get/find the best one course from the courses collections depends on ratings from reviews. Calculate the sum of the ratings then average the sum with the total reviews for this course.
This API is https://advanced-mongoose.vercel.app/api/c...
In this project I have used deep mongoose. Typescript as a language, Express as a node framework. Using Zod validation, Using ESLint, Using Prettier,Global error handling
Local error handling
And so on
https://advanced-mongoose.vercel.app/api/c...