OpenMap System The OpenMap System is an open-source interactive map platform that allows users to make submissions and add points of interest to the map. This repository serves as the main codebase for the OpenMap System. The project will be divided into two teams, each responsible for implementing a specific feature set:
Team 1: Bathroom Locator Team 1 will focus on developing the Bathroom Locator feature. This feature allows users to submit and access information about public bathroom locations, along with updates on how crowded and clean they are.
Features Users can add new bathroom locations to the map. Users can update the status of a bathroom (cleanliness, crowd level). Users can view information about nearby bathrooms. Team 2: Food Finder Team 2 will concentrate on developing the Food Finder feature. This feature enables users to submit and access information about food locations, including updates on pricing and food quality.
Features Users can add new food locations to the map. Users can update information about food pricing and quality. Users can search for nearby food options based on preferences. Main Repository Structure The main repository is organized as follows:
openmap/ |-- backend/ # Backend code for both features |-- frontend/ # Frontend code for both features |-- documentation/ # Project documentation |-- LICENSE # License information |-- README.md # Main project readme Getting Started To get started with either the Bathroom Locator or Food Finder feature, please refer to the respective README files in the backend and frontend directories of each feature's subproject.
Contributing We welcome contributions from the open-source community. If you'd like to contribute to the project, please follow our Contribution Guidelines.
License This project is licensed under the MIT License. You are free to use, modify, and distribute this software as per the terms of the license.
Documentation For detailed information on how to use the OpenMap System and its features, please refer to the project's documentation in the documentation directory.
Contact For any questions or inquiries related to this project, please contact the project maintainers:
Team 1 (Bathroom Locator): Team 2 (Food Finder): Thank you for your interest in the OpenMap System! We look forward to your contributions and hope this project will be a valuable resource for interactive map solutions in different areas.