Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 851 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 851 Bytes

HumBadlenge

Website created to help victims in case of any emergency

Team members

Links

Technology stack

  1. Javascript
  2. Node
  3. Express
  4. HTML
  5. CSS
  6. Bootstrap
  7. Mongo DB

Project Setup

There is not much prerequisites to run our project. The most important thing is to install the node packages. So the first thing you would do is download node from the web and set it up. Second open terminal in the folder your code is in and run the following command:

npm install

This will install all the packages mentioned in the package.json. And that's it you are all good to go