# nest-fundamentals-code **Repository Path**: realkaiway/nest-fundamentals-code ## Basic Information - **Project Name**: nest-fundamentals-code - **Description**: No description available - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-10 - **Last Updated**: 2022-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 前置说明 [Docker](https://docs.docker.com/get-docker/) 需要提前安装好docker,Mac用户强烈推荐使用**`brew`**进行安装,post/hoppscotch/insomnia接口调试工具自选其一。 ## start docker ```bash $ docker-compose up -d ``` ## Installation ```bash $ npm install ``` ## Running the app ```bash # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod ``` ## Test ```bash # unit tests $ npm run test # e2e tests $ npm run test:e2e # test coverage $ npm run test:cov ```