Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.41 KB

File metadata and controls

42 lines (25 loc) · 1.41 KB

Meetups In Munich

This is a Ruby-on-rails application that will let users to search for meetups in Munich.

it makes use of Meetup's API to search for meetups in Munich and show past events' information for those meetups.

Pre Installation

Things you may need before making use of the app locally:

.......................................................................

  • Login or create an account on meetup

  • generate or copy api key

  • store the api_key in an environment variable

.......................................................................

Installation

Follow the steps below if you have redis set up on your computer

.................................................................................

  • Clone the repository
  • store your api_key in an environment variable
  • run bundle
  • run foreman start

.................................................................................

NOTE: If you do not have redis set up, you can use homebrew to install redis

.................................................................................

  • brew install redis
  • brew services start redis
  • rails s

.................................................................................

You can now easily make as many request as you wish from the homepage :)