Programming Languages Course - WebProject with Python3, Flask and SQLite3
Professor: Claudio Miceli Farias
Leonardo Robson Rubiano
Marcos Vinícius Theodoro Pinheiro da Silva
Paulo Vitor Pires Santos
This project was derired to be a simple solution to UFRJ parking lots, presenting the possibility to register the drivers and vehicles.
Besides, the application generate QRCodes for the clients, improving the way of identifying their profile informations and also the payment method.
- Installing Flask
- pip install Flask
- Installing SQLite3
- https://www.sqlite.org/download.html
- Installing Pypi QRCode
- pip install qrcode[pil]
- Run View.py file to start the application