Skip to content

Classic example of a blog website build with Ruby on Rails. The app shows the list of posts and empowers readers to interact with them by adding comments and liking posts.

lu-jim/railsblog

Repository files navigation

Rails Blog

Classic example of a blog website build with Ruby on Rails. The app shows the list of posts and empowers readers to interact with them by adding comments and liking posts.

Built With

  • Ruby
  • Rails
  • Rspec
  • Postgres

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Having a modern internet browser: I.E. Chrome, Edge, Safari, Firefox.

Setup

Install

  • Open your console and change the current working directory into the destination for this project.
  • Type git clone, and then paste the URL copied in the Setup section.
  • Type Enter and then enter cd railsblog to enter into the project directory.
  • Run bundle to install the required dependencies
  • Run rails db:create and rails db:migrate to run the proper migrations and generate the app schema

Run

  • Enter rails s to run the app server

Testing

  • Run rspec spec to run the tests for this project

Authors

👤 Luis Fernando Jimenez

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse for the guidelines used for this project
  • My SO and project manager, Mane

📝 License

This project is MIT licensed.

About

Classic example of a blog website build with Ruby on Rails. The app shows the list of posts and empowers readers to interact with them by adding comments and liking posts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published