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
- Host: GitHub
- URL: https://github.com/zenstackhq/docs-tutorial-nestjs
- Owner: zenstackhq
- Created: 2024-03-27T22:51:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-25T02:33:18.000Z (about 1 year ago)
- Last Synced: 2025-03-10T18:01:40.468Z (4 months ago)
- Language: TypeScript
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```