Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sahilsahil934/railway_vending_machine


https://github.com/sahilsahil934/railway_vending_machine

Last synced: 18 days ago
JSON representation

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