- To create a project based on this template click on the
Use this template
button - Find and Replace
PROJECT_NAME
placeholder with the real project name - Delete libraries which do not satisfy project needs
- Delete this section from
README
- To cover your tracks and incorporate the changes to the project's
Initial commit
, run these commands:
git commit -a --amend
git push -f origin master
Project is based on Nest.js
, a progressive Node.js framework for building efficient, reliable and scalable server-side applications. Check out the documentation for more information.
node
npm
@nestjs/cli
(optional)
Firstly, install all necessary dependencies:
npm install
To start server:
npm start
To run your tests:
npm run test
template-nest/
├── dist (compiled code)
└── src
│ ├── guards (auth)
│ └── modules (each module and his module, service, resolver etc.)
└── test (basic e2e tests)