Skip to content

Blog app is a dynamic and interactive website that showcases a variety of posts. Users can engage with the content by adding comments and liking posts, fostering a vibrant community.

License

Notifications You must be signed in to change notification settings

HERMON-1995/Blog_app_project

Repository files navigation

Blog app

📗 Table of Contents

📖 [Blog app]

[Blog app] is a dynamic and interactive website that showcases a variety of posts. Users can engage with the content by adding comments and liking posts, fostering a vibrant community.

🛠 Built With

Tech Stack

Ruby on Rails
  • https://rubyonrails.org/

Key Features

  • [Showcase Posts]
  • [Add comments]
  • [Add likes]

(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:

  • Install Ruby
  • Install Rails
  • Install Postgresql

Setup

Clone this repository to your desired folder:

  cd Blog app
  git clone https://github.com/HERMON-1995/Blog_app_project.git

Install

Install this project with:

  cd Blog app
  bundle install
  gem install rspec
  gem install --no-document rubocop -v '>= 1.0, < 2.0' # https://docs.rubocop.org/en/stable/installation/
  npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x

Usage

To run the project, execute the following command:

  rails db:create
  rails db:migrate
  rake db:migrate
  rake rswag:specs:swaggerize
  rails server

Go to http://localhost:3000/api-docs to view swagger-ui

Run tests

To run tests, run the following command:

  rubocop --color
  npx stylelint "**/*.{css,scss}"
  rspec

Deployment

  • [N/A]

(back to top)

👥 Authors

👤 Author1 [HERMON GEBRE]

👤 Ilyass Atlassi:

(back to top)

🔭 Future Features

  • [Add call feature]

(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 show support by staring ⭐️.

(back to top)

🙏 Acknowledgments

  • I would like to give Microverse my sincerest gratitude for accommodating me in the Full-time Software Development program.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

Blog app is a dynamic and interactive website that showcases a variety of posts. Users can engage with the content by adding comments and liking posts, fostering a vibrant community.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published