Skip to content

SmartWasteSegregatorAndRoutePlanner/Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend

Built using - HTML, CSS< Bootstrap and Javascript

Live Demo: Github Pages Website

Interacts with Backend API to perform below tasks:

  • Update Routes
  • Get Routes
  • Generate Auth Token
  • Refresh Auth Token
  • Fetches Classless Labels, etc.

Installation

  • Clone Repository

    git clone https://github.com/SmartWasteSegregatorAndRoutePlanner/Frontend.git
  • Change Directory and Start Python Server

    cd Frontend && python -m http.server 5500

Frontend can be accessed on http://localhost:5500