Quick Start

Quick start guide for getting up and running with BlazingAPI.

Get up and running with BlazingAPI quickly by following these simple steps:

Quick Start Steps

  1. Create a New Project: Use the blazingapi-admin tool to create a new BlazingAPI project. Replace <name> with your desired project name.
blazingapi-admin startproject <name>
  1. Change directory: Use the cd <name> to navigate to the project directory.
cd <name>
  1. Run the Development Server: Start the development server.
python main.py