Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 690 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 690 Bytes

Train Ticket Generator

It generates a railway ticket by filling out details of ticket in a form.

It uses html,css for frontend and django for backend.

Theme is inspired from Harry Potter. Lumos Maxima!

User Interface

Screenshot 2023-02-22 at 7 22 51 PM

Generated Ticket

Screenshot 2023-02-22 at 7 23 57 PM

To Run

run the following commands

python manage.py migrate

python3 manage.py runserver