Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/metaphysics0/gpx-to-midi-backend
- Owner: Metaphysics0
- Created: 2023-11-06T20:23:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-12T21:57:27.000Z (8 months ago)
- Last Synced: 2024-12-01T08:15:57.664Z (about 1 month ago)
- Topics: bun, honojs, render
- Language: TypeScript
- Homepage:
- Size: 34.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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