Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.