platapi
v1.0.0
Published
The easiest way to create an API to love.
Downloads
142
Readme
platapi — smart, simple, scalable APIs
- Next.js-like file-based routing
- Endpoints are simple, testable, functions
- Runs server or serverless with no additional config
- Automatically generate OpenAPI spec documentation
Getting Started (easy)
npx create-platapi
cd my-platapi-project
npm run dev