Skip to content

RaleighPublicUtilities/PUMPR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3c279f9 · Jun 25, 2016
Jun 25, 2016
Apr 15, 2015
Nov 24, 2015
Apr 15, 2015
Apr 15, 2015
Apr 15, 2015
Apr 15, 2015
Jun 26, 2015
Apr 15, 2015
Aug 3, 2015
Jun 24, 2015
Apr 15, 2015
Jun 25, 2016
Jun 8, 2015
Apr 15, 2015
Sep 29, 2015
Apr 15, 2015

Repository files navigation

Stories in Ready alt text

What is storehouse?

Storehouse is designed to make city staff and engineering firms lives easier by providing a resource where all public utility project's source documentation can be easily found in one place.

Documents Tracked

  1. As-Builts
  2. Acceptance Letter
  3. Construction Plans
  4. Permits
  5. Plats
  6. Statement of Cost
  7. Warranty Letter

Digital Submittals Standard

Save trips downtown and money on copies by using the digital submittal standard.

Contribute

Getting Started

Prerequisites

Developing

  1. Run npm install to install server dependencies.

  2. Run bower install to install front-end dependencies.

  3. Run mongod in a separate shell to keep an instance of the MongoDB Daemon running

  4. Run grunt serve to start the development server. It should automatically open the client in your browser when ready.

Build & Development

Run grunt build for building and grunt serve for preview.

Testing

Running npm test will run the unit tests with karma.