Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sayedtahsin/routine-backend-hono
Server-side code for Task App project. Build with Hono, Bun, MongoDB and deployed in Cloudflare.
https://github.com/sayedtahsin/routine-backend-hono
bun cron hono jwt mongodb typescript
Last synced: 16 days ago
JSON representation
Server-side code for Task App project. Build with Hono, Bun, MongoDB and deployed in Cloudflare.
- Host: GitHub
- URL: https://github.com/sayedtahsin/routine-backend-hono
- Owner: SayedTahsin
- Created: 2024-10-07T16:36:35.000Z (30 days ago)
- Default Branch: master
- Last Pushed: 2024-10-20T15:31:44.000Z (17 days ago)
- Last Synced: 2024-10-20T17:42:14.978Z (17 days ago)
- Topics: bun, cron, hono, jwt, mongodb, typescript
- Language: TypeScript
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To run:
- clone repo
```
$ git clone [email protected]:SayedTahsin/Routine-Backend-Hono.git
```
- make .env file
```
MONGO_URL=
JWT_SECRET=
NODE_ENV=development
```
```sh
bun i
bun run dev
```open http://localhost:3000
- [x] Connect Mongo DB
- [x] Task: Route, Controller
- [x] Note: Route, Controller
- [x] User: Route, Controller
- [x] cronjobs
- [x] JWT setup
- [x] Check Login : Middleware
- [ ] Make it Clourflare Deploy Friendly in `main` branch