Safer is a mapping system that pulls real-time satellites data of disasters in your area. Safer unites communities helping discover resources during catastrophes through crowdsource. Safer incentivize and educate communities about climate change related issues and solutions.
- Create a .env file
├── .env
├── .gitignore
├── controllers
├── app.js
└── ...
- Add this to the .env file
PORT=8080
SECRETKEY= [ADD ANY RANDOM KEY YOU WANT]
- Create your personal branch
git checkout -b [BRANCH NAME]