Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arcticlampyrid/travellings-graph-frontend

A simple frontend for Travellings Graph.
https://github.com/arcticlampyrid/travellings-graph-frontend

Last synced: about 19 hours ago
JSON representation

A simple frontend for Travellings Graph.

Awesome Lists containing this project

README

        

# Travellings Graph Frontend
A simple frontend for [Travellings Graph](https://github.com/ArcticLampyrid/travellings-graph)

## Usage
```
docker buildx build -t travellings-graph-frontend . --build-arg API_URL=http://localhost:8471
docker run -d -p 8080:80 travellings-graph-frontend
```
The `API_URL` build argument specifies the URL of the API server.

## License
Licensed under the [MIT License](LICENSE).