Skip to content

NayeemNishaat/nestjs-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NestJs Microservices

Description

This is a NestJs microservices application. It has two microservices, one is the api gateway microservice and the other is the fileurl microservice. The fileurl microservice is responsible for creating/reading/updating/deleting fileurl. The api gateway microservice is the entry point for the application. It is responsible for routing the request to the respective microservice.

Remark

Please create the .env file by following .env.example file in the respective microservice before running them. For running a microservice go to the resoective folder and run the following command:

npm ci && npm run start:dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published