sdietz e1ad9f0acf add README
remove todo
2021-05-05 21:28:20 +00:00
2021-05-05 19:17:01 +00:00
2021-05-05 19:17:01 +00:00
2021-05-05 19:17:01 +00:00
2021-05-05 21:28:20 +00:00
2021-05-05 19:17:01 +00:00
2021-05-05 19:17:01 +00:00
2021-05-05 19:17:01 +00:00
2021-05-05 19:17:01 +00:00
2021-05-05 19:17:01 +00:00
2021-05-05 21:28:20 +00:00

Elite: Dangerous - Companion

A web based personal companion. It uses a spatial database under the hood to answer questions. Ideally before you already know you have them.

Goals

Its goal should be to know where you are ...

  • ... and propose profitable trade routes in the vicinity.
  • ... and what you are carrying and where to sell it for the most profit.
  • ... and which bounties and fines you have and where the nearest Interstellar Factors is.

Running

  1. download https://eddb.io/archive/v6/systems_populated.jsonl to /home/vscode/systems_populated.jsonl
# wget --compression=gzip -O /home/vscode/systems_populated.jsonl https://eddb.io/archive/v6/systems_populated.jsonl
  1. download https://eddb.io/archive/v6/stations.jsonl to /home/vscode/stations.jsonl
# wget --compression=gzip -O /home/vscode/stations.jsonl https://eddb.io/archive/v6/stations.jsonl
  1. run backend server
# ./mvnw spring-boot:run
  1. run frontend server
S
Description
No description provided
Readme
301 KiB
Languages
Java 75.9%
JavaScript 11.3%
Vue 7.2%
Dockerfile 3.4%
HTML 1.6%
Other 0.6%