This is the backend of Urban Transportation system.
Bus System (React) - github
Bus System (React) - Deployed
Manager controll unit (React) - github
Manager controll unit (React) - Deployed
git clone https://github.com/Dasunx/ticket-automation-backend
cd ticket-automation-backend
create .env
file in root folder and add
DATABASE='<Your mongodb atlas database link here>'
npm install
npm start
you can use npm run dev
for run this project as developer