ahtihska / Alert_HackMIT

HackMIT 2021 Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

Table of contents

About The Project

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.

image

Features

  • Login / Register
  • Responsive website
  • Upload multiple pictures of danger locations
  • Reponsive and interactive map integration to locate danger Zones
  • Share bad experiences related to particular location
  • Get insights about other experience in zones
  • Know the time at which zones are safer to travel in
  • Best used for traveling to new areas to know the history of the area beforehand

Installation

Install ALert with npm

Clone this repository with :

git clone "git@github.com:ahtihska/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

Tech Stack

Contributions

License

MIT

About

HackMIT 2021 Project

License:MIT License


Languages

Language:JavaScript 85.9%Language:CSS 7.3%Language:EJS 6.8%