Skip to content

brianlong/NewTech

 
 

Repository files navigation

======= New Tech

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

The app provides two map visualizations for companies within a state. Maximum zoom out summarizes all companies by county and displays them as a hotspot on a map. Zooming into a hot spot displays a list of companies and their 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 in the next 30 days, 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

Languages

  • Ruby 76.3%
  • JavaScript 23.6%
  • CoffeeScript 0.1%