Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nitishsingh925/bun-hono-ts-mongodb-auth-api
- Owner: nitishsingh925
- Created: 2024-06-02T14:02:17.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T13:34:48.000Z (4 months ago)
- Last Synced: 2024-09-26T17:21:12.060Z (4 months ago)
- Topics: bunjs, honojs, mongodb-database, mongoose, typescript
- Language: TypeScript
- Homepage: https://documenter.getpostman.com/view/32438779/2sA3QzYTbM
- Size: 81.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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