Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nitishsingh925/bun-hono-ts-mongodb-auth-api

Bun.js REST API Starter with Hono, TypeScript, and MongoDB Authentication
https://github.com/nitishsingh925/bun-hono-ts-mongodb-auth-api

bunjs honojs mongodb-database mongoose typescript

Last synced: 4 months ago
JSON representation

Bun.js REST API Starter with Hono, TypeScript, and MongoDB Authentication

Awesome Lists containing this project

README

        

# bun-hono-ts-mogodb-auth-api

To install dependencies:

```bash
bun install
```

## Environment Variables:

To ensure change file name ".env.sample to `.env`"

To Simple Start:

```bash
bun start
```

To Development Start:

```bash
bun dev
```

# [Postman documentation link](https://documenter.getpostman.com/view/32438779/2sA3QzYTbM)

https://documenter.getpostman.com/view/32438779/2sA3QzYTbM

# swagger ui

http://localhost:3000/api

This project was created using `bun init` in bun v1.1.30. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.

# Docker coming soon