Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/recallwei/nest-ts-starter-template

Nest TypeScript Starter Template is an opinionated Nest.js/TypeScript/Prisma/PostgreSQL starter template.
https://github.com/recallwei/nest-ts-starter-template

nestjs nodejs postgresql prisma typescript

Last synced: 8 days ago
JSON representation

Nest TypeScript Starter Template is an opinionated Nest.js/TypeScript/Prisma/PostgreSQL starter template.

Awesome Lists containing this project

README

        

# Nest TypeScript Starter Template

English / [简体中文](./README.zh-CN.md)

An opinionated Nest/TypeScript starter template.

## Tech Stack

- Nest
- TypeScript
- Prisma
- PostgreSQL

## Usage

### Install

```bash
pnpm i
```

### Build

```bash
pnpm build
```

## License

[MIT](/LICENSE) License © 2023 [Bruce Song](https://github.com/recallwei)