/Sample_app

Primary LanguageRubyMIT LicenseMIT

Sample-App

This is an implementation of the Ruby on Rails Tutorial by Michael Hartl For more information, see the Ruby on Rails Tutorial book.

Getting started

Configuration

To get started with the app, clone the repo and then install the required gems by doing the below:

$ bundle install --without production

Database initialization

Migrate the database subsequently:

$ rails db:migrate

How to run the test suite

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

$ rails test

Deployment instructions

On passing the tests, you can now run the app in a local server by running the following command:

$ rails server

Technologies used

Ruby version

  • ruby 2.6.1p33 (2019-01-30 revision 66950)

Rails Version

  • Rails 5.2.3

License

All source code in the Ruby on Rails Tutorial is available jointly under the MIT License and the Beerware License. See LICENSE.md for details.

Author

Tunde Oretade