API for the frontend of Meet-Up Web and Android application.
- Ruby 2.0.0
- Bundler
- JS runtime (Any version of NodeJS should be fine)
The application is a normal Rails application and can be installed for development as so.
git clone https://github.com/Meet-Up/meetup-api
cd meetup-api
bundle install
When developing, use the following workflow.
- Create a new branch
- Make changes
- Write tests for the changes
- Be sure all tests pass
- Send a pull request
When writing code, please make sure to follow the style guidelines of the project.