An open API service indexing awesome lists of open source software.

https://github.com/abidmaqbool20/nestjs-sql-backend

Nest JS Jump Start - API Development - Backend Development - Postgres or MySQL
https://github.com/abidmaqbool20/nestjs-sql-backend

api-development migrations mysql nestsjs postgres starter-kit typeorm typescript web-application

Last synced: 7 months ago
JSON representation

Nest JS Jump Start - API Development - Backend Development - Postgres or MySQL

Awesome Lists containing this project

README

          


Nest Logo

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest

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



NPM Version
Package License
NPM Downloads
CircleCI
Coverage
Discord
Backers on Open Collective
Sponsors on Open Collective

Support us


## Description

[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.

## You will get
In this repository you will get:

- JWT Authuntication (passport-jwt)
- Exception Handeling
- Logger Implementation
- Helper Class Setup
- API Throttling
- Form Validations
- String Encryption Decryption
- Postgres and MySQL DB Implementation and easy to switch between
- Typeorm
- Migrations implementation
- Roles and Permissions Implementation
- (Users, Roles, Permissions) Modules Migrations
- Database Seeder implementation
- Crud Operations on User Module
- Node Cache
- Redis Cache
- API Documenation (Swagger)
- API Reqeust Responses
- Fastify implementation to handle huge amount of concurent requests
- Email sending functionality using handelbar template parsing
- Email and Webpush Notifications
- Queus - Bull Queue Management
- Jobs
- Commands
- POSTMAN API Collection File

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
```

## Setting up the app

```bash
# Generating database tables
$ npm run migration:run

# Seeding database with fake data
$ npm run seed
```

## Checking with commands

```bash
# Commands
$ npm run cli list-commands
```

## Stay in touch

- Author - [Abid Maqbool](abidmaqbool20@gmail.com)
- Website - [https://abidmaqbool.com](https://abidmaqbool.com)