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: 7 months ago
JSON representation

Task management application built with Bun, Express.js, and SQLite - featuring RESTful API and static file serving

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.