Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamfortune/test-for-tug
https://github.com/iamfortune/test-for-tug
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iamfortune/test-for-tug
- Owner: iamfortune
- Created: 2024-09-07T23:44:12.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T16:08:27.000Z (5 months ago)
- Last Synced: 2024-12-23T12:42:02.594Z (2 months ago)
- Language: JavaScript
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- 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://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
```