This is a express default template bootstrapped with Backforge.

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev

```

Open [http://localhost:4000](http://localhost:4000) with your browser or any api testing tool to see the result.

You can start editing the backend by modifying `app.ts`.
