23 lines
565 B
Markdown
23 lines
565 B
Markdown
# 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. run backend server
|
|
```shell
|
|
# ./mvnw spring-boot:run
|
|
```
|
|
|
|
2. run frontend server
|
|
```shell
|
|
``` |