This repository is the backend for the react-native application for onearc, a result of AngelHack hackathon in Seattle, WA.
- This application allows users to stay safe and seek help during disaster.
- Users can report dangerours incidents around their neigborhood and view an interactive map of warnings and help requests.
- Users can also offer help or seek help from the community.
- Diep Truong
Students at Galvanize
- HTML/CSS/JavaScript
- Heroku, Surge
- Express
- NodeJS
- Materialize
- BootStrap - HTML/CSS Framework
- Browserify - Used to provide require and build bundle.js
- axios - Promise based client for the browser and node.js
- Moment.JS - Parse & display dates/times properly.
To install & run locally for development:
- fork this repo
- git clone
- npm install
- create .env file like the .env-sample.md
- npm run dev (run server)
- Use postman to test the routes