Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 860 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 860 Bytes

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

  1. Create your Temba server:
npx create-temba-server@latest my-rest-api
  1. Start your server:
cd my-rest-api && npm start
  1. Send requests to the server with your app or favorite HTTP client.

More about Temba and how to configure it, see the Temba docs.