Commit 740b23ed by Jorge Higuita

Update README.md

parent d4cab8a8
......@@ -6,20 +6,24 @@ These project have an example about how to develop a CRUD website with some rout
* Ruby version 3.1.2
* System dependencies
* Rails 7.2
## Configuration
* Database creation: You must have a posgresql service and setup the file database.yml.
* How to run the test suite: use the next command:
```
$ bin/rails test test/controllers/home_controller_test.rb -v
* How to run the test suite: use the next command
```sh
$ bin/rails test test/controllers/home_controller_test.rb -v
```
* Run instructions
Use:
```
* Run instructions: Use
```sh
$ install bundler
$ bundle install
$ rails server
```
\ 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