Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sahilsahil934/railway_vending_machine
https://github.com/sahilsahil934/railway_vending_machine
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sahilsahil934/railway_vending_machine
- Owner: sahilsahil934
- Created: 2020-03-21T08:10:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T22:44:20.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T11:07:50.125Z (2 months ago)
- Language: Python
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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