TLI-Group-1 / Frontend

AutoDirect web-based user interface.

Home Page:https://autodirect.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend

AutoDirect web-based user interface. Hosted with GitHub Pages: https://autodirect.tech/

Starting a local web server with Python

Serving the frontend via an HTTP server allows for API queries to be sent without raising CORS issues in the browser.

One way to serve the frontend locally is to use Python3's built-in http.server module.

sudo python3 -m http.server 80 --bind 0.0.0.0

Note that the Python HTTP server is not suited for production use and should only be used for local testing purposes.

Currently, it assumes that the Backend API server is running at http://localhost:8080

About

AutoDirect web-based user interface.

https://autodirect.tech

License:Apache License 2.0


Languages

Language:JavaScript 57.0%Language:HTML 24.3%Language:CSS 18.7%