Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.29 KB

File metadata and controls

40 lines (27 loc) · 1.29 KB

Ruby Rails

Ruby on Rails Blog App

A great blog app created with RoR.

Class diagram for the Database

Getting Started

  • Check the Ruby version or if you have at all by running ruby -v if you get something like this ruby 2.6.8p205 (2021-07-07 revision 67951) you have Ruby installed.
  • Clone the repository by runiing git clone https://github.com/raminka13/blog-app.git in your CLI.
  • cd blog-app
  • Run bundle install
  • Run rails server
  • Open Browser http://localhost:3000/

Testing

  • Run rspec spec/

Author

👤 Raul A Ospina 🧑🏻‍💻

🤝 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.