Nest framework TypeScript starter repository.
1 - Create your Nest app by following the steps described in:
> https://docs.nestjs.com/first-steps
2 - Fork your repositories. Then clone the repository from your Github account.
3 - Enter the cloned folder and copy the /src directory to the folder.
4 - Replace your project's /src directory with the template's.
5 - Go to package.json and copy the dependencies listed there and add them to your project.
6 - On terminal run npm i or yarn.
7 - Update file in /src/user/entities/user.entity.ts and /src/user/dto/create-user.ts
with the data you will use in your project.
x - There is no database implemented.
x - The service methods are not implemented.
x - There are no controller tests implemented.
Nest is MIT licensed.