Search This Blog

Transportation management System



  •  Login page:



  • Create an account page:

         when you will click on the create an account link it will redirect you to the another page where you will add user detail. 









  • Add transportation detail:
Here you add the transportation detail 




  • Transportation detail page:
Data which you have been added will be display on this page and you can also delete data from this page.



  • Change password page:






click here to download file containing code of this project.

No comments:

Post a Comment

Alien Dictionary

code:   from collections import defaultdict class Solution:     def __init__(self):         self.graph=defaultdict(list)                  ...