Step-by-step instructions to deploy your first API project using Orbital7 tools.
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.
Create an empty project folder and initialize the template.
orbital new my-project
cd my-project
Generate an endpoint scaffold with routing
1
Error: This guide section is incomplete