Skip to content

Meet-Up/meetup-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meetup API

Rails application to provide a JSON API for Meetup applications.

Development setup

Ruby installation

If Ruby is not yet installed, install Ruby 2.0 with the folowing commands.

\curl -L https://get.rvm.io | bash -s stable --ruby=2.0.0
source ~/.rvm/scripts/rvm

Application setup

Clone the repository and install the dependencies.

git clone https://github.com/Meet-Up/meetup-api.git
cd meetup-api
bundle install

Setup the development database

rake db:migrate

and run the development server with

rails s

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages