{"id":15105285,"url":"https://github.com/ser-arthur/cafe-connect-website","last_synced_at":"2025-08-23T00:10:40.717Z","repository":{"id":257665473,"uuid":"859033372","full_name":"ser-arthur/cafe-connect-website","owner":"ser-arthur","description":"CafeConnect is a Flask-based open-source platform for discovering the best coffee spots with remote work-friendly amenities. Users can find nearby cafes and contribute by sharing their favorite spots, ideal for coffee enthusiasts and digital nomads seeking top workspaces on the go.","archived":false,"fork":false,"pushed_at":"2024-12-01T22:21:04.000Z","size":46608,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T11:11:21.918Z","etag":null,"topics":["bootstrap","cafes","coffee","flask","python","remote-work","restful-api","sqlalchemy","web-application","wifi"],"latest_commit_sha":null,"homepage":"https://cafe-connect.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ser-arthur.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-09-18T00:50:04.000Z","updated_at":"2025-02-04T17:33:00.000Z","dependencies_parsed_at":"2024-09-18T02:23:35.018Z","dependency_job_id":null,"html_url":"https://github.com/ser-arthur/cafe-connect-website","commit_stats":null,"previous_names":["ser-arthur/cafe-connect-website"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ser-arthur%2Fcafe-connect-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ser-arthur%2Fcafe-connect-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ser-arthur%2Fcafe-connect-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ser-arthur%2Fcafe-connect-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ser-arthur","download_url":"https://codeload.github.com/ser-arthur/cafe-connect-website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248429061,"owners_count":21101780,"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":["bootstrap","cafes","coffee","flask","python","remote-work","restful-api","sqlalchemy","web-application","wifi"],"created_at":"2024-09-25T20:22:50.435Z","updated_at":"2025-04-11T15:04:23.303Z","avatar_url":"https://github.com/ser-arthur.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CafeConnect\n\nWelcome to **CafeConnect**! This project is a hub for coffee enthusiasts and remote workers, providing a platform where users can discover cafes with the best amenities for working on the go. Whether you're looking for strong WiFi, a cozy atmosphere, or a good cup of coffee, Cafe Connect is here to help you find the perfect spot.\n\n## Features\n\n- **User Authentication**: Secure login and registration.\n- **Cafe Listings**: Browse a curated list of cafes with details on amenities, WiFi strength, and more.\n- **Find Nearby Cafes**: Discover cafes in your vicinity for convenience and ease.\n- **Add Cafes**: Allows users to add new cafes to the platform, contributing to a growing and diverse list of coffee spots.\n- **Featured Top-Rated Cafes**: Highlights the best cafes based on user ratings and reviews.\n- **API Access**: Access cafe data via a RESTful API for management and integration with other applications.\n\n### Planned Features\nUpcoming features in the future:\n\n- **Community Reviews**: Users will be able to leave and read reviews of cafes to help others find the best spots.\n- **Personalized Recommendations**: Cafe suggestions based on user preferences.\n- **Interactive Map**: An interactive map to visualize cafe locations and see nearby options.\n- **Cafe Gallery**: Each cafe will display a gallery of images to provide users with a visual overview of the ambiance, amenities, and more. Images will be contributed by admins and users, making the experience more community-driven.\n\nStay tuned!\n\n## Tech Stack\n\n- **Flask**: Backend framework.\n- **Bootstrap \u0026 Javascript**: UI design and interactive front-end.\n- **SQLAlchemy**: ORM for database management.\n- **Flask-WTF**: Form handling and validation.\n- **Flask-Login**: User session management.\n- **SQLite**: Database for storing cafe and user data.\n- **Flask-RESTful**: API creation and management.\n\n\n\n## Getting Started\n\n1. **Clone the Repository**\n   ```bash\n   git clone https://github.com/ser-arthur/cafe-connect-website.git\n   cd cafe-connect-website\n   ```\n\n2. **Create a Virtual Environment**\n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # Windows: `venv\\Scripts\\activate`\n   ```\n\n3. **Install Requirements**\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. **Run the Application**\n   ```bash\n   python run.py\n   ```\n\n   The application will be accessible at:\n   ```bash\n   http://localhost:5000/    # localhost address may differ depending on your system configuration\n   ```\n\n## Live Deployment\n\nThe application is also deployed and accessible online at [CafeConnect](https://cafe-connect.vercel.app).\n\n\u003cbr\u003e\n\n\u003ctable\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\u003cimg src=\"website_images/1.png\" width=\"800\"\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\u003cimg src=\"website_images/2.png\" width=\"800\"\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\u003cimg src=\"website_images/3.png\" width=\"800\"\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\u003cimg src=\"website_images/4.png\" width=\"800\"\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\u003cimg src=\"website_images/5.png\" width=\"800\"\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\u003cimg src=\"website_images/6.png\" width=\"800\"\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n\n\n## API Documentation\nCheck the [API](API.md) file for details on using the API.\n\n## Contributing\n\nFeel free to contribute to the project by submitting issues or pull requests.\n\n## License\n\nThis project is licensed under the AGPL-3.0 License - see the [LICENSE](LICENSE.txt) file for details.\n\n## Author\n**Kobby S. Arthur**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fser-arthur%2Fcafe-connect-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fser-arthur%2Fcafe-connect-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fser-arthur%2Fcafe-connect-website/lists"}