/otter

A Twitter clone by Ollis built on Rails 5

Primary LanguageRubyMIT LicenseMIT

Otter the twitter clone by Ollis

This sample application is to test out new features in rails 5

Live on Heroku

License

All source code falls under the MIT lisence

Getting Started

Clone app and run

$ bundle install --without production

Next, migrate the database:

$ rails db:migrate

Finally, run the test suite to verify that everything is working correctly:

$ rails test

If the test suite passes, you'll be ready to run the app in a local server:

$ rails server