How to Create Your First API

Step-by-step instructions to deploy your first API project using Orbital7 tools.

Introduction

This guide walks you through the complete setup process. You'll create a new project directory, install dependencies using our CLI, generate scaffolding, and run the server locally.

Step-by-Step Guide

STEP 1

Initialize a New Project

Create an empty project folder and initialize the template.


orbital new my-project
cd my-project
STEP 2
Add API Endpoints

Generate an endpoint scaffold with routing





1


Error: This guide section is incomplete

CONTENT_RETRIEVAL_FAILED>