Ezeniia Dev

Getting Started

Getting Started Guide

Welcome to Ezeniia's developer platform. The platform provides tools to build, test, and deploy applications that integrate with our ecosystem.

// Create a new project
$ ezeniia init my-project

// Start development server
$ cd my-project
$ ezeniia dev

// Build production bundle
$ ezeniia build
          

Installation

Install the Ezeniia CLI via npm:

$ npm install -g @ezeniia/cli

Quick Start

1 $ ezeniia init my-app

Initialize a new project with the CLI. This will create a directory structure for your application.

2 $ cd my-app

Navigate to the project directory to access the starter files.

API Reference

Project Management API

Available in v1.2.0+

GET /api/v1/projects
Retrieve all projects
Documentation

Identity Management API

Available in v2.0.1+

POST /auth/login
Authenticate user
Request Sample

Need API Keys?

Get your API keys and secrets managed securely through the Ezeniia Developer Console.

Open Developer Console

Frequently Asked Questions