/Help-blog

an example ruby on rails Help blog for sharing info in times of need

Primary LanguageRubyMIT LicenseMIT

Help-blog

an example ruby on rails Help blog for sharing info in times of need

Built With

  • Ruby
  • Rails
  • RSpec

Getting Started

Start by setting up the environment

bundle install
rails db:create
rails db:schema:load
rails db:seed RAILS_ENV=development
rails db:seed RAILS_ENV=test

Make sure that the default user for the system exists in Postgres to avoid the error Fatally: Role '[user_name]' does not exist`

sudo su - posgres
createuser -s -r [user_name]
logout

finally

rails s

Unit Tests

To run all tests run

rspec --force-color --format documentation

Author

👤 Juan Luis Palacios

👤 Joshua Ivie

👤 Tadesse Alemayehu

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.