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.
- Host: GitHub
- URL: https://github.com/niklas-schmidt-dev/shipable-template-starter-node-api
- Owner: niklas-schmidt-dev
- Created: 2026-05-30T16:52:32.000Z (30 days ago)
- Default Branch: main
- Last Pushed: 2026-05-30T21:22:07.000Z (29 days ago)
- Last Synced: 2026-05-30T23:21:16.622Z (29 days ago)
- Topics: backend, shipable, shipable-template, starter-node-api
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.