bushmusi / blog-app

The Blog app is a classic example of a blog website. I have 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog App

The Blog app is a classic example of a blog website. I have 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.

Things you may want to cover:

  • Ruby version ruby 3.0.4

  • System dependencies

  • Node
  • Ruby
  • Rails
  • Git
  • Configuration
  • Run app
    • rails server
  • Database creation

    • create database blog_app
  • How to run the test suite

    • Ruby linter test: rubocop
    • Style linter test: npx stylelint "**/*.{css,scss}"

Authors

👤 Bushra Mustofa

🤝 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. I have 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.


Languages

Language:Ruby 73.7%Language:HTML 23.1%Language:CSS 2.0%Language:JavaScript 1.3%