Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/0prashantyadav0/hono-backend
- Owner: 0PrashantYadav0
- Created: 2024-06-11T14:01:11.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T08:35:58.000Z (7 months ago)
- Last Synced: 2024-06-16T09:42:27.444Z (7 months ago)
- Topics: backend, bun, hono
- Language: TypeScript
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
},
```