Our application is about making users safety a priority and helping them with planning safe travels, Users can also volunteer as a companion to help people travel safe, especially when they are alone. Users can also know the time when most crimes in their neighborhood take place and safeguard themselves from the assaulters.
Install ALert with npm
Clone this repository with :
git clone "git@github.com:rohzzn/Alert_HackMIT.git"
Install npm dependecies. Go to project root folder.
npm install
npm start
sudo npm install -g --force nodemon
Start MongoDB in separate terminal:
mongosh
Run in separate terminal:
node seeds/index.js
nodemon app.js