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
- Host: GitHub
- URL: https://github.com/abidmaqbool20/nestjs-sql-backend
- Owner: abidmaqbool20
- Created: 2024-09-03T15:09:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-03T15:55:11.000Z (11 months ago)
- Last Synced: 2025-04-11T14:05:04.880Z (10 months ago)
- Topics: api-development, migrations, mysql, nestsjs, postgres, starter-kit, typeorm, typescript, web-application
- Language: TypeScript
- Homepage:
- Size: 717 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[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.
## 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)