This is a Moleculer-based microservices project. Generated with the Moleculer CLI.
Install dependencies with npm i
command.
Start the project with npm run dev
command.
- api: API Gateway services
- auth: Authentication services
- db.mixin: Database access mixin for services. Based on moleculer-db
- authorize.mixin: Authorization mixin for auth services.