The purpose of this project is to create a backend for BlueGenes UI that would be used instead of InterMine backend, in order to use SPARQL endpoints.
This project uses bun v1.2.21. Bun is a fast all-in-one JavaScript runtime.
- Install dependencies:
bun install- Add environment variables to
.envfile:
SPARQL_ENDPOINT=http://example.com/sparql
- Run (dev mode):
bun run dev