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
- 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>
- Change directory: Use the
cd <name>
to navigate to the project directory.
cd <name>
- Run the Development Server: Start the development server.
python main.py