Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

A Nest.js first small project with some real world usecases

Notifications You must be signed in to change notification settings

Ali-A-Koye/nest.js-first-project

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

Description

This demo project is made with Nest Framework , Knex.js as query builder for Node.js and Typescript.

Expectations

This project contains 2 modules , users and products .. you will find everything from Authentication to Guards , Validators , Transformers , Interceptors , Filters , Sorters and more that makes this demo ready to scale to big projects

Project Aim

Only for learning Nest.js , I wanted to transform the Node.js - Express.js structure currently i am using to Nest.js and Typescript.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support for Nest.js

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

License

Nest is MIT licensed.

About

A Nest.js first small project with some real world usecases

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published