Package Exports
- @mbss/nestjs-core
- @mbss/nestjs-core/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@mbss/nestjs-core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
PACKAGE NOT FOR PUBLIC USE AT THE MOMENT! WE ARE WORKING ON THE PROJECT TO MAKE PUBLIC AVAILABLE!
Core package for nestjs
Includes some core files to start nestjs projects faster from scratch
Build restfulAPIs that handles request from a frontend like VueJS, React or something else you use
Includes
Libraries
- TypeORM
- Postgre
- CORS
- Logging -> (File, Slack, Database)
Functionality
- Every response has the same format, that can be handled by frontends (core frontend files are available too / Build with and for ReactJS projects)
- default models / entities
- default controllers
- authentication mechanics (LDAP, Google Sign In, Username & password login, barcode / code login)
- permission system (permissions, groups)
- Permissions to users
- Permissions to groups