A Node MVC framework and A MongoDB ORM

@coolgk/mvc

A simple, lightweight javascript / typescript nodejs mvc framework that helps you to create object oriented, modular and testable code.

npm install @coolgk/mvc

@coolgk/mongo

A MongoDB ORM (ORM?) javascript / typescript library that enables data validation, joins on collections and simplifies CRUD on sub / nested documents in arrays.

npm install @coolgk/mongo