https://github.com/platformatic/acme-risk-engine-demo
https://github.com/platformatic/acme-risk-engine-demo
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/platformatic/acme-risk-engine-demo
- Owner: platformatic
- License: apache-2.0
- Created: 2023-09-22T09:34:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T06:01:04.000Z (over 1 year ago)
- Last Synced: 2025-02-16T18:39:05.852Z (over 1 year ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Platformatic Runtime API
This is a generated [Platformatic Runtime](https://docs.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 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
```