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

https://github.com/karmakamikaze/trace-q-ui

The front-end user interface for the TRACE-Q simplification algorithm.
https://github.com/karmakamikaze/trace-q-ui

nodejs rest-api trajectory trajectory-optimization trajectory-simplification ui

Last synced: about 2 months ago
JSON representation

The front-end user interface for the TRACE-Q simplification algorithm.

Awesome Lists containing this project

README

          

# TRACE-Q-UI

## Prerequisites
Make sure you have Node.js installed: https://nodejs.org/en/download

## Running the application

### API backend
First make sure you have Trace-Q running and ready for API calls. You can clone the repository from: https://github.com/KarmaKamikaze/TRACE-Q.git

### Web app
Run the following command in the root directory:
```sh
node server.js
```

The web application will be hosted on http://127.0.0.1:5000/