This is the Members Only application for the Microverse Main Curriculum
Bernanrdo Garza - bernardo.g.landa@gmail.com
Kalib Hackin - naguihw@gmail.com
To get started with the app, clone the repo and then install the needed gems:
$ bundle install --without production
Next, migrate the database:
$ rails db:migrate
You can start the server to view the app:
$ rails server