A backend basic api built with nodejs and express, along with routing for generic and specific routes, plus model finder that helps navigate and choose required mongoose schema. All schema wrapped with OOP compliant mongoose models that starts with the basic CRUD operations, and is easily expandable.
"base-64": "^1.0.0",
"bcrypt": "^5.0.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"eslint": "^7.18.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.11.15",
"nodemon": "^2.0.7",
"superagent": "^6.1.0"