Skip to content

tmKamal/digital-travel-card-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Travel Card Reader

Manager

This is the Qr Reader and passenger Controller of Urban Transportation system Bus System (React) - Deployed

Backend

Backend source

Links for Front-end projects

Manager controll unit (React) - github
Manager controll unit (React) - Deployed

Mobile apps

Passenger - homepage

Passenger - Mobile app

Mananger(Checker) - homepage

Manager - Mobile app

Run this locally:

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