README.md
May 11, 2021 ยท View on GitHub
This project was built using Nest.js, a Node.js framework for building efficient and scalable server-side applications.
Description
this project is improvement from this project
Installation
Note:
- Make sure you have docker installed on your computer if you don't, please feel free to access Docker Documentation
- Or you can install the service i use on docker compose instead install it using docker
cp .env.example .env
npm install
Running the app
# Start service
npm run dependency:local
# Development
npm run start
# Watch mode
npm run start:dev
# Production mode
npm run start:prod
Test
# unit tests
npm run test
# e2e tests
npm run test:e2e
# test coverage
npm run test:cov
Stay in touch
- Author - Rizky Iqbal
- Website - https://rizky-iqbal.netlify.app
- Instagram - @rizky_iqbal48
- Twitter - @rizkyiqbal36
- Github - Rizky-Iqbal36
- Gitlab - rizkyiqbal36
License
Nest is MIT licensed.