Skip to content

bouwe77/temba-starter

Repository files navigation

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.

About

Starter project for Temba

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published