Skip to content

grantsprunger/NewTech

This branch is 68 commits behind menro/NewTech:master.

Folders and files

NameName
Last commit message
Last commit date
Apr 10, 2014
Feb 26, 2014
Mar 26, 2014
Aug 31, 2012
Mar 26, 2014
Aug 31, 2012
Feb 26, 2014
Aug 31, 2012
Jan 28, 2014
Jan 11, 2013
Nov 6, 2012
Aug 22, 2013
May 9, 2013
May 9, 2013
Jun 28, 2013
Jan 21, 2014
Jan 21, 2014
Apr 7, 2013
Sep 16, 2013
Aug 31, 2012
Aug 31, 2012
Jan 15, 2014
Jan 7, 2014

Repository files navigation

======= New Tech

Travis Status: Build Status

Waffle.io Progress: Stories in Ready

Developed for new tech colorado. (http://bdnt.org)

The app provides two visualizations over a map for companies within a state. Maximum zoom out summarizes all companies by county and displays them as a hotspot. Zooming into a hot spot displays a list of companies and their actual location on a map. Either zoom level can be filtered in real time to adjust the total number of companies displayed. Filters include: company found date, category of business, company provided tags, hiring, investment to date and employee count

Future: Ability to register for new tech events (integration with Meetup.com). Syncing company data with the startup genome project

Comments, contributors and forkers all welcome

Getting Started

At the command prompt (from Rails.root project), create .env and database.yml configuration files and setup preferences:

$ cp .env-example .env
$ cp config/database.yml-example config/database.yml

Setup gem dependencies:

$ bundle install

Run system:bootstrap rake task:

$ rake db:drop
$ rake db:create
$ rake system:bootstrap

Run rails server:

$ rails s

Go to http://localhost:3000/

About

New Tech Colorado Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published