Features:
โ
Basic Authentication
๐ Swagger API Documentation
๐ณ Containerized with Docker
โธ๏ธ Kubernetes Configuration
๐งช Testing Setup
$ yarn
# development
$ yarn dev
# production
$ yarn start
docker-compose up --build
docker-compose up postgres redis
yarn build
# unit tests
$ yarn test
- Swagger documentation endpoint will be running at
/docs
.
# first start minikube
minikube start
# deployment
kubectl apply -f k8s/
# get endpoint of k8s cluster
minikube service nestjs-starter-service
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
Nest is MIT licensed.