https://github.com/marktheo/minerva-parking
WebProject - Python and Flask with MVC as software architecture pattern and SQLite as DBMS
https://github.com/marktheo/minerva-parking
css flask html javascript mvc-architecture python sqlite3
Last synced: about 1 year ago
JSON representation
WebProject - Python and Flask with MVC as software architecture pattern and SQLite as DBMS
- Host: GitHub
- URL: https://github.com/marktheo/minerva-parking
- Owner: marktheo
- Created: 2022-09-18T03:44:51.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T02:41:12.000Z (over 3 years ago)
- Last Synced: 2025-05-06T18:17:59.032Z (about 1 year ago)
- Topics: css, flask, html, javascript, mvc-architecture, python, sqlite3
- Language: CSS
- Homepage: http://marktheo.pythonanywhere.com/
- Size: 8.63 MB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Course Information
Programming Languages Course - WebProject with Python3, Flask and SQLite3
Professor: Claudio Miceli Farias
# Authors
Leonardo Robson Rubiano
Marcos Vinícius Theodoro Pinheiro da Silva
Paulo Vitor Pires Santos
# Project Short Description
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.
# Running Instructions
- 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
# Application
[Follow to The WebPage Hosted on Pythonanywhere](https://marktheo.pythonanywhere.com)
## About Page


## Client Register


## Vehicle Register


## Client Login


## Client Dashboard


