Skip to content

ntthanh2603/nestjs-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Donate us Support us Follow us on Twitter

Description

Project on NestJs, JWT, Postgres, Redis base

πŸ—‚ Project Structure:

β”œβ”€β”€ backend/                # Backend system
β”œβ”€β”€ frontend/               # Frontend system
β”œβ”€β”€ docs                    # Documents for project and images for README.md 
β”œβ”€β”€ README.md               # Project documentation (this file)
β”œβ”€β”€ docker-compose.yaml     # Manager containers
└── .gitignore              # Block files when push github

Compile and run the project

For Backend

# into backend folder
$ cd backend

# setup project
$ npm install

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

For Frontend

# setup project
$ npm install

# run frontend
$ npm run start

Compile and run the project using Docker

# create and run
docker-compose up --build

# delete
docker-compose down -v

Support

If there is any error or need support, please message me Facebook

License

Nest is MIT licensed.

Image alt text

Releases

No releases published

Packages

No packages published