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

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

Awesome Lists containing this project

README

          

# Platformatic demo with Nest and Qwik

demo about platformatic with composed Qwik frontend and Nest backend

## 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
```