zuzannast / meetme

Social network to connect people with the same interest in studio cinemas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MeetMe

About the app

MeetMe is a social network to connect people with the same interest in studio cinemas. It allows users to create and join events, meet new people and confirm via the app that the meeting happened.

Technology stack

  • Ruby 2.2.2
  • Rails 4.2.6
  • React ^15.0.1
  • Webpack ^0.4.0
  • PostgreSQL

Setup

  • Clone the repository
  • Install gems via bundle install
  • Copy example files and edit them if needed
cp config/secrets.yml.sample config/secrets.yml 
cp config/database.yml.sample config/database.yml
  • Setup database:
rake db:create
rake db:migrate
rake db:seed 
  • Run the scraper to get the latest movie showtimes
rake scraper:scrap_showtimes

Dependencies

For React and Webpack, MeetMe is using Netguru's gem: react_webpack_with_rails I suggest to follow it's development environment instructions.

ERD Diagram

erd

About

Social network to connect people with the same interest in studio cinemas


Languages

Language:Ruby 56.2%Language:JavaScript 20.2%Language:HTML 19.3%Language:CSS 4.4%