Comap is a real-time mapping service that visualized the availability of COVID-19 masks on a map. Originally developed in 2020, the project aimed to help users locate nearby stores with available masks during the pandemic.
- Real-Time Mapping: Displays mask availability on an interactive map.
- Live Data Updates: Automatically fetches and updates stock levels.
- Store Search: Allows users to search for nearby stores with masks in stock.
- User-Friendly Interface: Provides a simple and intuitive UI for easy navigation.
- Frontend: Vue.js, Leaflet.js (for interactive maps)
- Backend: Node.js, Express
- Database: Firebase (for real-time updates)
- APIs: Integrated with public health and retail APIs for live data
To set up and run the project locally:
git clone https://github.com/yourusername/comap.git
cd comap
npm install
npm run dev