Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcollina/test-members-newsletter
platformatic test
https://github.com/mcollina/test-members-newsletter
Last synced: 28 days ago
JSON representation
platformatic test
- Host: GitHub
- URL: https://github.com/mcollina/test-members-newsletter
- Owner: mcollina
- Created: 2023-06-15T09:13:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-15T09:13:49.000Z (over 1 year ago)
- Last Synced: 2024-12-17T15:43:17.500Z (about 1 month ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Platformatic Runtime API
This is a generated [Platformatic Runtime](https://oss.platformatic.dev/docs/reference/runtime/introduction) 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## 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
```