andres-condezo / Blog-app

The Blog app is a classic example of a blog website. a fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microverse

Blog App

Ruby Rails Postgres

HTML5 CSS3

The Blog app is a classic example of a blog website. a fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.

Built With

Major languages:

  • Ruby

Framework:

  • Ruby on Rails

Getting Started

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

Prerequisites

  • Ruby 3.1
  • Ruby on rails 7.0
  • PostgreSQL
  • Node
  • Yarn

Setup

  • Clone the repository:
git clone https://github.com/andres-condezo/Blog-app.git
cd Blog-app

Install

  • Install dependencies:
bundle install

Usage

  • In the project directory, you can run:
rails server

Run Tests

  • This runs all your tests:
bundle exec rspec .
  • This runs one Rspec file:
bundle exec rspec ./spec/<folder_name>/<file_name>

Authors

👤 Amina Buhari
GitHub @githubhandle
Twitter @twitterhandle
LinkedIn LinkedIn
👤 Andres Condezo
GitHub @andres-condezo
Twitter @andres_condezo
LinkedIn andres-condezo

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!

Acknowledgments

License

This project is MIT licensed. 📝

About

The Blog app is a classic example of a blog website. a fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.


Languages

Language:Ruby 75.9%Language:HTML 19.4%Language:CSS 3.3%Language:JavaScript 1.3%Language:Shell 0.1%