/blog-app

The Blog app is a classic example of a blog website. I created a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and linking posts.

Primary LanguageRubyMIT LicenseMIT

Blog App

logo

📗 Table of Contents

📖 [Blog App]

[Blog App] The Blog app is a classic example of a blog website. I created a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

🛠 Built With

1- Ruby 3.2.2
2- Rails 7.0.7.2
3- PostgreSQL
4- Gitflow
5- Rubocop
6- RSpec

Tech Stack

Client
Ruby
Rails
Database

Key Features

  • [Creating a data model]
  • [Processing data in models]
  • [Validations and Model specs]
  • [Setup and controllers]
  • [Controllers specs]
  • [Views]
  • [Forms]
  • [Integration specs for Views and fixing n+1 problems]
  • [Add Devise]
  • [Add authorization rules]
  • [Add API endpoints]
  • [API documentation]

(back to top)

🚀 Live Demo

Check our app live: Blog App

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

Windows Subsystem for Linux (WSL)
Web Browser (Chrome recommended)
Code editor (VS recommended)
GitHub account

You need the following tools installed in your computer:

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone "https://github.com/JuanDBta/blog-app.git"

Run

Go to your /blog-app folder:

  cd blog-app
  bundle install
  rails server

To run Rails console:

  cd blog-app
  rails c

Run tests

To run tests:

  cd blog-app
  bundle install
  rspec spec

Deployment

You can deploy this project using:

(back to top)

👥 Authors

👤 Micronaut JUAN DAVID DIAZ

(back to top)

🔭 Future Features

  • [Add great styling]
  • [Add animations]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, please give me a like, it doesn't cost you anything and it helps me a lot to keep working.

(back to top)

🙏 Acknowledgments

I would like to thank Bee in Student Success who is always avalaible to solve issues and Microverse for push us to work hard every day!

(back to top)

❓ FAQ

(back to top)

📝 License

This project is MIT licensed.

(back to top)