Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 627 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 627 Bytes

Hack-Michiana-Mowing

a Sails application

See https://github.com/HackMichiana/Organization/wiki/Adopt-a-Lot-South-Bend for info.

Development

Requirements

  • Node.js
  • npm
  • MongoDB

Installation

git clone https://github.com/HackMichiana/adopt-a-lot-southbend.git
cd adopt-a-lot-southbend/
npm install -g sails bower
npm install
bower install
mongoimport --db adoptalot --collection lots_data --file socrata-data.json --jsonArray
sails lift  # with mongodb running

Load data

mongoimport --db adoptalot --collection lots_data --file socrata-data.json --jsonArray