LuchoBazz / nestjs-rest-pg-starter-kit

Nest.js API Rest with Raw PostgreSQL Starter Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest.js Rest and Raw PostgreSQL Starter Kit

A starter kit for creating Nest.js projects with Rest API and raw PostgreSQL.

Nest logo PostgreSQL logo Docker logo Jest logo Prettier logo ESLint logo Firebase logo Supabase logo Lemon Squeezy logo

⚠️ Disclaimer

This project is currently marked as Experimental and Unstable. While efforts have been made to ensure its functionality, please be aware that it may contain bugs, incomplete features, or undergo significant changes in future updates.

Use this project at your own risk. We recommend exercising caution and testing thoroughly before deploying it in production environments. Contributions, feedback, and bug reports are welcome to help improve the stability and reliability of the project. 🚀

Description

This starter kit provides a template for creating Nest.js projects with Rest API as the API layer and raw PostgreSQL for database operations.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Migrations

# Create new Migration
dbmate new create_users_table

# Run Migrations
npm run apply-migrations

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Stay in touch

License

This project is licensed under the MIT licensed.. See the LICENSE file for details.

Reference

About

Nest.js API Rest with Raw PostgreSQL Starter Kit

License:MIT License


Languages

Language:TypeScript 100.0%