Skip to content

BACKAN library

Start building your restAPI app now 🌈.

🔑 Installation

bash
npm install backan
bash
pnpm install backan
bash
yarn add backan
bash
bun add backan
bash
deno add npm:backan

NPM Version

Install only core

bash
npm install @backan/core
bash
pnpm add @backan/core
bash
yarn add @backan/core
bash
bun add backancore
bash
deno add npm:backancore

NPM Version

Setup

You can automatically create a backan template with:

bash
npm create backan
bash
pnpm create backan
bash
yarn create backan
bash
bun create backan
bash
deno init --npm backan

Read more

Create App instace

Read more

Create Route

Read more

Add Endpoints