Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.