Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/platformatic/composer-and-ai-warp

Demo using Platformatic Composer + AI-Warp (streaming)
https://github.com/platformatic/composer-and-ai-warp

Last synced: about 1 month ago
JSON representation

Demo using Platformatic Composer + AI-Warp (streaming)

Awesome Lists containing this project

README

        

# Platformatic Runtime API

This is a generated [Platformatic Runtime](https://docs.platformatic.dev/docs/runtime/overview) application.

## Requirements

Platformatic supports macOS, Linux and Windows ([WSL](https://docs.microsoft.com/windows/wsl/) recommended).
You'll need to have [Node.js](https://nodejs.org/) >= v18.8.0 or >= v20.6.0

## Setup

1. Install dependencies:

```bash
npm install
```

## Usage

Run the API with:

```bash
npm start
```

## Adding a Service

Adding a new service to this project is as simple as running `create-platformatic` again, like so:

```
npx create-platformatic
```