A web app which aims to conenct the refugees with humanitarian organisations.
Our technology stack comprises of MEAN (MongoDB, Express, AngularJs, Nodejs).
Install MongoDB, Redis and Nodejs and NPM.
How to run the project:
- Install dependencies using
npm install
- Run server using
node server.js
- Run
npm start
to start the frontend webapp.