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

https://github.com/zenstackhq/docs-tutorial-nestjs

ZenStack NestJS Tutorial Project
https://github.com/zenstackhq/docs-tutorial-nestjs

Last synced: 4 months ago
JSON representation

ZenStack NestJS Tutorial Project

Awesome Lists containing this project

README

        

# ZenStack NestJS Tutorial Project

This is a sample project for demonstrating how to use ZenStack in a NestJS project.

See the documentation [here](https://zenstack.dev/docs/next/quick-start/nestjs).

To run the project:

```bash
npm install
npm run build
npm run start:dev
```