{"id":19600115,"url":"https://github.com/codegeek004/parkeasy","last_synced_at":"2026-03-16T14:03:16.891Z","repository":{"id":245921664,"uuid":"813447904","full_name":"codegeek004/ParkEasy","owner":"codegeek004","description":"Flask Application using MySQL. Role based-authorization, Authentication using password hashing.","archived":false,"fork":false,"pushed_at":"2025-03-08T18:05:14.000Z","size":131162,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T03:51:17.672Z","etag":null,"topics":["authentication","bootstrap","css","flask","html","mysql","python","role-based-authorization","sha-256"],"latest_commit_sha":null,"homepage":"http://127.0.0.1:5000/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codegeek004.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-11T05:31:23.000Z","updated_at":"2025-03-08T18:05:16.000Z","dependencies_parsed_at":"2025-03-08T19:18:57.681Z","dependency_job_id":"aea46bff-ce0f-44a4-a4ce-fb60c71afdb4","html_url":"https://github.com/codegeek004/ParkEasy","commit_stats":null,"previous_names":["codegeek004/easypark","codegeek004/parkeasy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegeek004%2FParkEasy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegeek004%2FParkEasy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegeek004%2FParkEasy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegeek004%2FParkEasy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codegeek004","download_url":"https://codeload.github.com/codegeek004/ParkEasy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253829901,"owners_count":21970988,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","bootstrap","css","flask","html","mysql","python","role-based-authorization","sha-256"],"created_at":"2024-11-11T09:13:38.042Z","updated_at":"2026-03-16T14:03:16.821Z","avatar_url":"https://github.com/codegeek004.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# ParkEasy\n\nWelcome to the **ParkEasy** repository! Follow the steps below to set up and run this project on your local machine.\n\n\n\n# Features\n\n[Authentication, Authorization, Pagination, Input Validation]\n\n\n---\n# Prerequisites\n\n1. **Python**: Ensure that you have Python3.8+ installed on your system. You can download it from [python.org](https://www.python.org).\n\n2. **Virtual Environment**: Isolate your project in a virtual environment where no mismatch of versions and libraries from your local machine occurs.\n3. **MySQL**: Ensure you have a MySQL server installed on your system for the database.\n\n\n\n## Installation Steps\n\n### 1. Clone the repository\n```bash\n    git clone git@github.com:codegeek004/ParkEasy.git\n    cd ParkEasy\n```\n\n### 2. Setup the virtual environment\n```bash\n    python -m venv venv\n    source venv/bin/activate    # On macOS/Linux\n    venv\\Scripts\\activate       # On Windows\n```\n\n### 3. Install the requirements\nInstall all the python packages from requirements.txt\n```bash\n    pip install -r requirements.txt\n```\n\n### 4. Configure the database\n1. To configure the database in the ParkEasy directory.\n2. Go to the MySql server and create database named parking.\n```bash\n    mysql -u \u003cyour_username\u003e -p\n\n\n```\n3. Update your username and password in the db.py file.\n```python\n    import mysql.connector\n    db_config1 = {\n        'host' : 'localhost',\n        'user' : 'root', #replace this with your username\n        'password' : 'root', #replace this with your password\n        'database' : 'parking'\n        }\n    db = mysql.connector.connect(**db_config1)\n    cursor = db.cursor(buffered=True)\n```\n\n### 5. Populate the database\nPopulate your database by running the scripts inside the faker folder. \n###### You need to necessarily populate the database to enable functionalities in the application.\n```python\n    python faker/generate_bookingslots.py\n    python faker/generate_payments.py\n    python faker/generate_slots.py\n    python faker/generate_users.py\n```\n\n\n### 6. Run the server\n```bash\n    python app.py\n```\nAccess the project at [http://127.0.0.1:5000](http://127.0.0.1:5000)\n\n---\n\n## Contributing\n\nContributions are welcome! Please fork the repository, make your changes and create a pull request. If you want to make any changes to the project. Please make all those changes in the dev branch\n\n\n---\n\n## License\n[License](LICENSE)\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodegeek004%2Fparkeasy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodegeek004%2Fparkeasy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodegeek004%2Fparkeasy/lists"}