Skip to content

ACPK/startupri

Repository files navigation

StartupRI.org

Ultimate guide for local startup events, companies, and resources.

The site is built with Ruby on Rails in the back-end, and Angular.JS for the front-end.

Mobile Angular UI Theme: http:https://mobileangularui.com

Requirements

Installation

  1. Download app locally
  2. Rename Application.sample.yml to Application.yml
  3. In Application.yml, create a SECRET_KEY_BASE, include Data Source URLs, and setup Active_admin username and password
  4. Rename Database.sample.yml to Database.yml
  5. In Database.yml, add Postgres database settings
  6. $ Bundle Install
  7. $ Rake rb:create
  8. $ Rake rb:migrate
  9. $ Rake rb:setup
  10. Download New Events from Meetup and Eventbrite: $ Rake new_events
  11. Download New Startups from Angellist and Crunchbase: $ Rake new_statups
  12. Visit http:https://localhost:3000/admin, "events" or "startups", and mark any unwanted entries as "hidden"
  • If you just delete them, they will be created again when the rake task runs.
  1. Uses Letter Opener for testing email locally (https://github.com/ryanb/letter_opener)
  2. Sign up for http:https://mailjet.com, and include your email settings in Application.YML

Data Sources

  1. Meetup API
  1. Eventbrite API
  1. Angellist API
  1. CrunchBase

JSON API

  1. Events: https://StartupRI.org/api/v1/events

  2. Startups: https://StartupRI.org/api/v1/startups

  3. Resources: https://StartupRI.org/api/v1/resources

Coming Soon Projects You Can Contribute To

Other

Releases

No releases published

Packages

No packages published