lenne.Tech Nest Server
Modern, fast, powerful Node.js web framework in TypeScript based on Nest with a GraphQL API and a connection to MongoDB
(or other databases).
Description
The lenne.Tech Nest Server is based on the Nest framework and can either be used
and extended as a boilerplate (git clone) or integrated as a module (npm package).
Create your own server
The easiest way to set up your own server based on the lenne.Tech Nest Server is to use the
lenne.Tech Nest Server starter kit.
Running the app
$ npm start
$ npm run start:dev
$ npm run start:prod
Test
$ npm test
$ npm run test:e2e
$ npm run test:cov