{"id":22235515,"url":"https://github.com/dimplektech/cafe-review-flask-application","last_synced_at":"2025-10-07T14:32:25.840Z","repository":{"id":264172112,"uuid":"892581912","full_name":"Dimplektech/Cafe-Review-Flask-Application","owner":"Dimplektech","description":"This project is a Flask-based web application that allows users to manage a list of cafes.","archived":false,"fork":false,"pushed_at":"2024-11-22T16:12:11.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T08:43:27.788Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dimplektech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-11-22T11:41:52.000Z","updated_at":"2024-11-22T16:12:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"50daf4db-cded-48bb-a540-0baead085704","html_url":"https://github.com/Dimplektech/Cafe-Review-Flask-Application","commit_stats":null,"previous_names":["dimplektech/cafe-review-flask-application"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dimplektech%2FCafe-Review-Flask-Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dimplektech%2FCafe-Review-Flask-Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dimplektech%2FCafe-Review-Flask-Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dimplektech%2FCafe-Review-Flask-Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dimplektech","download_url":"https://codeload.github.com/Dimplektech/Cafe-Review-Flask-Application/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245433415,"owners_count":20614475,"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":[],"created_at":"2024-12-03T02:13:36.482Z","updated_at":"2025-10-07T14:32:20.768Z","avatar_url":"https://github.com/Dimplektech.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cafe Review Flask Application\n\nA simple Flask web application that allows users to manage a list of cafes. Users can add new cafes by filling out a form and view all cafes in a tabular format.\n\n## Features\n\n- **Add a New Cafe**\n  - Enter the cafe name, location URL, opening/closing times, and ratings for coffee, WiFi, and power sockets.\n  - Ratings use emojis to represent levels (e.g., ☕️ for coffee, 💪 for WiFi, 🔌 for power sockets).\n  - Data is saved to a CSV file (`cafe-data.csv`).\n\n- **View Cafes**\n  - Displays all cafes in a table format, with details like ratings and timings.\n\n## Technologies Used\n\n- **Flask**: Web framework\n- **Flask-WTF**: Form handling\n- **Flask-Bootstrap**: Styling\n- **WTForms**: Form validation\n- **CSV**: Data storage\n\n## Installation\n\n1. Clone the repository:\n    ```bash\n    https://github.com/Dimplektech/Cafe-Review-Flask-Application.git\n  \n\n2. Install the required dependencies\n    ```bash\n    pip install -r requirements.txt\n\n3. Run the application:\n    ```bash\n    python main.py\n\n## Project Structure\n    \n      cafe-review/\n      ├── main.py              # Main Flask application\n      ├── templates/\n      │   ├── index.html      # Home page template\n      │   ├── add.html        # Form to add a cafe\n      │   ├── cafes.html      # Displays the list of cafes\n      ├── static/             # Static files (CSS, JS, etc.)\n      ├── requirements.txt    # Python dependencies\n      ├── cafe-data.csv       # CSV file to store cafe data\n      └── README.md           # Project documentation\n\n## CSV Data Format\nThe data is stored in cafe-data.csv in the following format:\n  ```bash\n  Cafe Name,Location URL,Opening Time,Closing Time,Coffee Rating,WiFi Rating,Power Outlet Rating\n\nExample:\nStarbucks,https://starbucks.com,8:00 AM,10:00 PM,☕️☕️☕️☕️,💪💪💪💪,🔌🔌🔌🔌\n\n\n\n\n\n\n    \n      \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimplektech%2Fcafe-review-flask-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimplektech%2Fcafe-review-flask-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimplektech%2Fcafe-review-flask-application/lists"}