Commit d4cab8a8 by Jorge Higuita

Update README.md

parent cc2abafd
# README # README
This README would normally document whatever steps are necessary to get the These project have an example about how to develop a CRUD website with some routes.
application up and running.
Things you may want to cover: ## Things you may want to cover:
* Ruby version 3.1.2 * Ruby version 3.1.2
* System dependencies * System dependencies
* Configuration nnnn ## Configuration
* Database creation * Database creation: You must have a posgresql service and setup the file database.yml.
* Database initialization * 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 ```
* Run instructions
* Services (job queues, cache servers, search engines, etc.) Use:
```
* Deployment instructions $ 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