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