The app aims to bring communitities together by showing them all of the events happening in their local area on an interactive map so they can participate more actively.
- An interactive map: The map which uses MapKit shows all of the community events happening in a given location.
- Detailed event information: Pressing an event on the map will display more detailed information such as the location, date, time, cost and a brief description and picture.
- Event submissions: A page where people can submit their own events to be displayed on the map.
The app is an iOS app built with Swift and SwiftUI which uses an ASP.Net Core minimal web API which is connected to a MongoDB database. The App is tested using: XCTest
- Clone or download the repository.
- Run the community events api which can be found here: https://github.com/JasmineAmberPatel/CommunityEventsApi
- Once the API is running you can open the app project in Xcode, ensure the api urls match the localhost url the API is using.
- Build and run the application on your preferred simulator or physical device.
https://drive.google.com/file/d/1gcZaFeWNEPL44Z2ZhIlwCBgUzoiPWwBL/view?usp=sharing