This is the Qr Reader and passenger Controller of Urban Transportation system
Bus System (React) - Deployed
Manager controll unit (React) - github
Manager controll unit (React) - Deployed
First run the backend Backend source
then
git clone https://github.com/Dasunx/ticket-automation-backend
cd ticket-automation-backend
create .env
file in root folder and add
REACT_APP_BACKEND_API=http://localhost:8000 <- This 8000 can be changed according to running port of backend
npm install
npm start