This is a nestjs base project for building APIs. It contains the base configuration and hex architecture folder layout.
- Nest
- Typescript
- Swagger
steps:
- Clone repository:
git clone git@github.com:millonesj/nest-base-project.git
- Install dependencies:
yarn install
Execute in development enviroment:
yarn start:dev
Compile Typescript to Javascript. The files are generated in
dist/
folder.
yarn build
yarn test