Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timeless-residents/handson-bun-render
Task management application built with Bun, Express.js, and SQLite - featuring RESTful API and static file serving
https://github.com/timeless-residents/handson-bun-render
bun express render-deploy rest-api sqlite task-management todo-app typescript
Last synced: 3 days ago
JSON representation
Task management application built with Bun, Express.js, and SQLite - featuring RESTful API and static file serving
- Host: GitHub
- URL: https://github.com/timeless-residents/handson-bun-render
- Owner: timeless-residents
- Created: 2025-02-11T13:35:31.000Z (4 days ago)
- Default Branch: main
- Last Pushed: 2025-02-11T13:42:57.000Z (4 days ago)
- Last Synced: 2025-02-11T14:38:09.696Z (4 days ago)
- Topics: bun, express, render-deploy, rest-api, sqlite, task-management, todo-app, typescript
- Language: HTML
- Homepage: https://handson-bun-render.onrender.com/
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# handson-bun-render
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.2.2. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.