Skip to content

mattburnett-repo/nestjs-api-template

Repository files navigation

NestJS API Template

This repo is a scaffolded / boilerplate implementation of NestJS and supporting modules.

The purpose of this repo is to provide a straight-forward way to quickly stand up a RESTful API NestJS app, without having to install / configure the many packages that are useful for an average project.

  • Starting points for database connectivity, API endpoint generation, entity creation, data seeding, testing, authentication, etc. are available.

This repo is not database-agnostic and favors Postgres. However, it can be used with other databases, with some adjustments to the code.

An instance of this repo is deployed here, where it connects to a database hosted at another domain.

Example code is provided in the src/example folder.

More details