1.0.4 • Published 8 months ago

ssd-node v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

Install dependencies

npm install

Main docs

into common folder should write types(Dto,Response,Interface)

into core folder has two functions: 1. into domain folder should write controller and service 2. into shared folder has one constant file. There writed only one services object. This object save all services from domain folder 3. 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 ProjectTechnology/Concept Used
Backend DevelopmentTypeScript
Company NameSmart Soft Development
Message QueuingRabbitMQ
DatabasePostgreSQL or MongoDB
- SQLPostgreSQL
- NoSQLMongoDB
1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago