###Refugee Locations Services
##How to Install
- Clone the repo
npm install -g gulp
npm install
- Run
npm run test-unit
to confirm tests are passing
- Install postgres and the postgris extension.
- Download a copy of the data dump and set up a database
- Create a .env file in the root of your project and populate as follows:
DB_CONNECT=pg://<username>@<server_url>:<port>/<dbname>
From here, you should be able to run the site with npm start
Alternatively, you can skip creating the .env file and run DB_CONNECT=pg://<username>@<server_url>:<port>/<dbname> npm start