/rails-blog-app

blog app using ruby on rails

Primary LanguageRubyMIT LicenseMIT

πŸ“— Table of Contents

πŸ“– Rails-blog-app

Rails-blog-app The Rails-blog-app will be a classic example of a blog website. It will be a functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

πŸ›  Built With

Tech Stack

Ruby on Rails
  • Ruby
  • Ruby

(back to top)

Key Features

  • Ruby on Rails
  • Functional website
  • Unit testing

(back to top)

πŸ’» Getting Started

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

Prerequisites

You need the following tools be installed in your computer:

Setup

  1. Download the Zip file or Clone the repo with:
git clone https://github.com/Alejandro-Bernal-M/rails-blog-app.git
  1. To access the project directory
cd rails-blog-app

Install

bundle install
rails db:migrate

Run the seeder

rails db:seed

Run the App

rails s
Check http://localhost:3000/ in your browser

Run Test

  • To run models tests
rspec

(back to top)

πŸ‘₯ Authors

πŸ‘€ Alejandro

πŸ‘€ Ricardo MartΓ­nez

πŸ‘€ Emmanuel Balikuddembe

(back to top)

Future Features

[ ] Add functionality. [ ] Preserve data.

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check issues page.

⭐️ Show your support

If you like this project, please give it a ⭐️!

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse for teaching me and my lovely girlfriend and family for supporting me.

(back to top)

πŸ“ License

This project is MIT licensed.