create-temba-server
v1.4.0
Published
Starter project for creating a REST API with Temba
Downloads
82
Readme
Temba Starter Project
Use this starter to get a simple REST API up and running quickly with Temba.
Temba is a package for creating simple REST APIs with data stored either in memory, a JSON file, or MongoDB.
From the Temba docs:
Get a simple REST API with zero coding in less than 30 seconds (seriously).
For developers that need a quick NodeJS backend for small projects.
Getting Started
- Create your Temba server:
npx create-temba-server@latest my-rest-api
- Start your server:
cd my-rest-api && npm start
- Send requests to the server with your app or favorite HTTP client.
More about Temba and how to configure it, see the Temba docs.