Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/0prashantyadav0/hono-backend

Backend Project for saving you list of videos in mongoDB using bun and hono. This project is basic layout of how to use hono and bun. If you want to get started with these technology do check it out.
https://github.com/0prashantyadav0/hono-backend

backend bun hono

Last synced: about 1 month ago
JSON representation

Backend Project for saving you list of videos in mongoDB using bun and hono. This project is basic layout of how to use hono and bun. If you want to get started with these technology do check it out.

Awesome Lists containing this project

README

        

# Hono Backend
## How to get started :
### To install dependencies:
```sh
bun install
```

### Add .env file as per given .env.example file
```env
MONGO URI=
```

### To run:
```sh
bun run dev
```

Open
```
http://localhost:3000
```

## To run Index.js
```json
"scripts": {
"dev": "bun run --hot src/app.ts"
},
```