Skip to content

allancssio1/auth-nest-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nest Logo

Nest framework TypeScript starter repository.

How to use this template?

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.

Observations

x - There is no database implemented.
x - The service methods are not implemented.
x - There are no controller tests implemented.

License

Nest is MIT licensed.

About

Nest template with config authentication to user.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published