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.
- Host: GitHub
- URL: https://github.com/karmakamikaze/trace-q-ui
- Owner: KarmaKamikaze
- License: mit
- Created: 2024-04-09T11:22:22.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T07:23:16.000Z (about 2 years ago)
- Last Synced: 2025-05-15T20:48:32.689Z (about 1 year ago)
- Topics: nodejs, rest-api, trajectory, trajectory-optimization, trajectory-simplification, ui
- Language: JavaScript
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/