Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/metaphysics0/gpx-to-midi-backend

backend for gpx-to-midi
https://github.com/metaphysics0/gpx-to-midi-backend

bun honojs render

Last synced: about 1 month ago
JSON representation

backend for gpx-to-midi

Awesome Lists containing this project

README

        

# The backend for [gpx-to-midi](https://github.com/Metaphysics0/gpx-to-midi)

## How to run the app

Option 1: Local dev server with Bun

- Make sure you have Bun installed first.
See https://bun.sh/docs/installation

```bash
bun install
bun run dev
```

Option 2: From the `Dockerfile`

```bash
docker build --pull -t gpx-to-midi-backend .
docker run -d -p 3002:3002 gpx-to-midi-backend
```

open http://localhost:3002