Skip to main content

CalmAPI Intro

Keep Calm and discover CalmAPI in less than 5 minutes.

Installation#

Install CalmAPI in your system by simply running the following.

npm i -g calmapi

Getting Started#

Get started by creating a new project.

Create CalmAPI Project#

Generate a new CalmAPI REST Project by running the following in your workspace and answer some silly questions.

calmapi

Start#

Move to the project directory and start the project by following.

npm start

Your REST API starts at http://localhost:5001 by default.

Open the project in your favorite IDE, and it's ready for development.