Commit 3bc444da by Mai Hoang Thai Ha

add README

parent a0571a73
# README # Ruby on Rails Tutorial sample application
This is the sample application for
This README would normally document whatever steps are necessary to get the [*Ruby on Rails Tutorial:
application up and running. Learn Web Development with Rails*](https://www.railstutorial.org/)
(6th Edition)
Things you may want to cover: by [Michael Hartl](https://www.michaelhartl.com/).
## License
* Ruby version All source code in the [Ruby on Rails Tutorial](https://www.railstutorial.org/)
is available jointly under the MIT License and the Beerware License. See
* System dependencies [LICENSE.md](LICENSE.md) for details.
## Getting started
* Configuration To get started with the app, clone the repo and then install the needed gems:
```
* Database creation $ bundle install --without production
```
* Database initialization Next, migrate the database:
```
* How to run the test suite $ rails db:migrate
```
* Services (job queues, cache servers, search engines, etc.) Finally, run the test suite to verify that everything is working correctly:
```
* Deployment instructions $ rails test
```
* ... If the test suite passes, you'll be ready to run the app in a local server:
```
$ rails server
```
For more information, see the
[*Ruby on Rails Tutorial* book](https://www.railstutorial.org/book).
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment