Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.37 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.37 KB

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