ShelterMap is built in response to the growing homelessness problem in the Greater Vancouver area. Sheltermap is a web app that allows those who are experiencing homelessness to easily find local shelters in their community. It also gives social wokers the ability to keep track of who uses their facilities through a centralized database. Long-term trends are generated which allows policy makers to visualize the impact of the current social support system.
- Run npm install for all modules
- Set up MongoDB database (OS dependent)
- Run "initdb.mongo" script in the mongo terminal to set up database
- Run server.js to initiate server via
npm run start