Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codegeek004/parkeasy
Flask Application using MySQL. Role based-authorization, Authentication using password hashing.
https://github.com/codegeek004/parkeasy
authentication bootstrap css flask html mysql python role-based-authorization sha-256
Last synced: 3 days ago
JSON representation
Flask Application using MySQL. Role based-authorization, Authentication using password hashing.
- Host: GitHub
- URL: https://github.com/codegeek004/parkeasy
- Owner: codegeek004
- Created: 2024-06-11T05:31:23.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T03:02:44.000Z (9 days ago)
- Last Synced: 2024-11-06T04:17:40.806Z (9 days ago)
- Topics: authentication, bootstrap, css, flask, html, mysql, python, role-based-authorization, sha-256
- Language: Python
- Homepage: http://127.0.0.1:5000/
- Size: 122 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
This is real time parking management website implementing CRUD operations.
The application is built using Flask framework(Python) and Sql database.
The data is generated using the Faker Module of Python.
Background Scheduler checks the entry every 5 minutes and deletes it if the timeFrame is expired.
Role Based Authorization is implemented in this application using session.
It uses Password hashing method for authentication.
In the frontend part I have used HTML, Bootstrap and CSS.