Skip to content
/ js-backend Public template

This sets up a backend system for Typescript, Hono, Bun, Pino, Postgres, MongoDB, OpenTelemetry and Biome

License

Notifications You must be signed in to change notification settings

Kolawole99/js-backend

Repository files navigation

Backend Template

To install dependencies:

bun install

To run:

bun run dev

Folder Structure

  1. Helpers - Handles helping us connect to do something. Use cases like AWS SES Helper, AWS S3 Helper etc
  2. Utils - Contains utility functions that can be shared and imported from any parts of the application
  3. Config - Contains configuration to setup the application
  4. App - Core codebase containing the application routes, controllers, services (business logic), models (data models)

About

This sets up a backend system for Typescript, Hono, Bun, Pino, Postgres, MongoDB, OpenTelemetry and Biome

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published