College Alumni Mapper that shows alumni data based on geo-location, occupation, and more!
- Clone the repo: git clone https://github.com/rkaramuca/AlumniMap.git
- cd AlumniMap/Web/api
- npm install
- Add the correct .env file with the database config
- Run: node api
- Navigate to https://rkaramuca.github.io/AlumniMap/home
- npm i angular-cli-ghpages --save-dev
- ng build --prod --base-href "https://rkaramuca.github.io/AlumniMap/"
- npx angular-cli-ghpages --dir=dist/Alumni-Map-App
By default, the app will load all markers from the database onto the map. Use the filter bar, with any combination of majors and minors, to see Alumni that have graduated with those degrees appear on the map in real time.
The submit button will send the checkbox options to the API and query the database based on your options.
The reset button will put all markers back on the map, as if you had not ever filtered anything to begin with.
Enjoy the app!
William Del Barrio : Project Lead/Back-end Developer
Ronald Karamuca: Back-end Architect/Developer
Akshit Kumar: Front-end Developer
Tyler Roberts: Database Developer