Skip to content

TLI-Group-1/Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •