signin-api and signin-frontend are a tool used for guests to sign in at Bernie events.
- Clone the repository (
git clone [email protected]:Bernie-2016/signin-api.git
) - Install gem dependencies:
bundle install
- Create and migrate the database:
rake db:setup
- Run
rails s
and clone/setup the client app
bundle exec rspec
to run testsbundle exec rubocop
for linting
- Fork it ( https://github.com/Bernie-2016/signin-api/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
This code was adapted from a private internal project. Portions of this code were contributed by the following users: