DEV Community

ch
ch

Posted on

NestJS-JumpStart

github.com/clj-solutions/nestjs-jumpstart

Nest (NestJS) is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with and fully supports TypeScript (yet still enables developers to code in pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).

For beginners, it is a bit difficult to land on, and develop a new project with it.
So I have created public repo as a jumpstart, and here it provides basic authentication by passport and unit testing by jest.
Please take a look, and give your feedback.
Thank you.

Top comments (0)