Skip to content

Latest commit

 

History

History
115 lines (83 loc) · 3.81 KB

README.md

File metadata and controls

115 lines (83 loc) · 3.81 KB

Octo Journey

Regional Traffic Management

Code Visuals

Project LOGO

logo

Start Menu

1

Signing Up

2

Login and Check Info

3

Admin previledges

admin

Emergency Hospital-Ambulance Contacts

ambu

City Map

amp

Find Route

route

Features

  • Distinct User ID for all the Users
  • Normal User can only View own information, Admin Can View,Update,Delete data
  • Police can fine any vehicle if guilty found
  • User can see the Map of the town and the Route from one spot to another spot
  • In time of medical emergencies or accidents, Fire service and Hospitals can be contacted without logging in

UML Diagram

UML

Stats

Readme Card

Presentation Slides

https://docs.google.com/presentation/d/1skRGAO-hJveVNIdHkGmTO-Ni0T5W8qOfuO91cl0djoE/edit?fbclid=IwAR1PWbPvDTMo_TG_6VSaWuwK4m6vTUJRBWKm3JrgYvrO6_F9OtuGHDCV_J4#slide=id.gfd256ca788_0_997

Core Team 💻


Tafsir Rahman

Sidratul Tanzila

Abid Hasan

Arafat Bin Amin

github

Steps to Add your files in git:

  1. git add .
  2. git commit -m "message"
  3. git push

Steps to copy the repo in local drive:

  1. git clone https://github.com/abidh8820/Regional-Traffic-Management.git

Steps to repush files in git:

  1. git pull
  2. git add .
  3. git commit -m "message"
  4. git push //ALWAYS PULL BEFORE ADD,PUSH