Git Product home page Git Product logo

criminal_case_search's Introduction

Criminal Case Search

This is a prototype app for filtering NYC Arrest/Arraignment data based on a flexible set of criteria.

Setup

This application relies on Ruby version 2.0.0-p0, Bundler and MongoDB. Systems vary widely and we'll defer to setup instructions for your platform.

Configure Your Environment

Application configuration happens largely through the use of a few different environment variables. We provide a sample.env file that you can fill out with your own settings.

cp sample.env .env
$EDITOR .env

Install Gems

We use bundler to track application dependencies, the usual command will get everything set up.

bundle

Load Data

If you have a set of sample data that you are able to use you can load it in with the following command.

foreman run bundle exec thor data:load /Your/Path/Here

For people without the data set you can generate a sample set that fills things out enough for users to see how the application works.

foreman run bundle exec thor data:generate_samples 500

Run the Web Server

The simplest way is to use Rack's built in server.

foreman run bundle exec rackup

Alternatively, you can use Guard for auto-restart during development. The server gets restarted every time a file changes:

bundle exec guard

Debugging

You can also use pry from the application root directory for an interactive console.

criminal_case_search's People

Contributors

yesezra avatar waltz avatar migurski avatar tmaybe avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.