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

https://github.com/niklas-schmidt-dev/shipable-template-starter-node-api

A backend-only Node API starter with a Postgres schema, health endpoint, and Shipable service runtime manifest.
https://github.com/niklas-schmidt-dev/shipable-template-starter-node-api

backend shipable shipable-template starter-node-api

Last synced: 29 days ago
JSON representation

A backend-only Node API starter with a Postgres schema, health endpoint, and Shipable service runtime manifest.

Awesome Lists containing this project

README

          

# Shipable Node API Service

Backend-only Shipable starter for hosted APIs, mobile app backends, and externally hosted frontends.

## Local Development

```bash
npm install
npm run dev
```

The service listens on `PORT` or `8787`. Health is available at `/health`; sample records are available at `/v1/records`.

Set `DATABASE_URL` to use Postgres. Set `SHIPABLE_ALLOWED_ORIGINS` to a comma-separated list of browser origins when the frontend is hosted outside Shipable.