Skip to content

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.

Notifications You must be signed in to change notification settings

0PrashantYadav0/Hono-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hono Backend

How to get started :

To install dependencies:

bun install

Add .env file as per given .env.example file

MONGO URI=<your mongodb url>

To run:

bun run dev

Open

http://localhost:3000

To run Index.js

"scripts": {
  "dev": "bun run --hot src/app.ts"
  },

About

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.

Topics

Resources

Stars

Watchers

Forks