https://github.com/vanvuongngo/watt-nest-qwik
Platformatic demo with Nest and Qwik
https://github.com/vanvuongngo/watt-nest-qwik
example nest nodejs platformatic qwik scs
Last synced: about 1 month ago
JSON representation
Platformatic demo with Nest and Qwik
- Host: GitHub
- URL: https://github.com/vanvuongngo/watt-nest-qwik
- Owner: vanvuongngo
- License: mit
- Created: 2025-06-24T23:17:09.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-06-25T00:01:19.000Z (12 months ago)
- Last Synced: 2025-06-25T00:25:26.931Z (12 months ago)
- Topics: example, nest, nodejs, platformatic, qwik, scs
- Language: TypeScript
- Homepage:
- Size: 467 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Platformatic demo with Nest and Qwik

## Requirements
[Platformatic Runtime](https://docs.platformatic.dev/docs/runtime/overview) application.
Platformatic supports macOS, Linux and Windows ([WSL](https://docs.microsoft.com/windows/wsl/) recommended).
You'll need to have [Node.js](https://nodejs.org/) >= v22.16.0
## Setup
1. Install dependencies:
```bash
pnpm i
```
2. Setup environment variables:
```bash
cp .env.sample .env
```
## Usage
Run the API with:
```bash
pnpm dev
```
or production
```bash
pnpm start
```
## Adding a Service
Adding a new service to this project is as simple as running `create-platformatic` again, like so:
```
pnpx create-platformatic
```