ssd-node
v1.0.4
Published
SSD node-backend templates
Downloads
1
Readme
Install dependencies
npm install
Main docs
into common folder should write types(Dto,Response,Interface)
into core folder has two functions:
- into domain folder should write controller and service
- into shared folder has one constant file. There writed only one services object. This object save all services from domain folder
- in core folder has own index.ts file. This file export all controller and register functions to object which imported from ./shared/constant.ts file.
into init file should write all initizialition. Such as connected to database, connected to rabbitmq, connected to redis, etc.
into utils file should write all utils functions. Such as logger,check id, generate token and etc.
| Part of Project | Technology/Concept Used | | ------------------------- | ---------------------------- | | Backend Development | TypeScript | | Company Name | Smart Soft Development | | Message Queuing | RabbitMQ | | Database | PostgreSQL or MongoDB | | - SQL | PostgreSQL | | - NoSQL | MongoDB |