iamsahil1910 / railway_vending_machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Railway Ticket Vending Machine

Web Application for Railway Ticket for Vending Machine

Features:

  • Register of users.
  • Search for trains.
  • GEnerate Ticket
  • Payment with cash
  • Extra money is returned.
  • Details about all previous tickets

How to Run?

  • intall python3-pip
  • install postgresSql and make a database
  • then run command pip3 install -r requirement.txt
  • Add DATABASE_URL to application.py and import.py
  • run import.py
  • set FLASK_APP=application.py
  • flask run

About


Languages

Language:Python 49.1%Language:HTML 47.6%Language:CSS 3.3%