/blog-app-rails

Blog App _rails

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📖 Rails Blog

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

🗝️ Key Features

  • Allows users to register an account
  • Requires users to log in
  • Shows a list of active users
  • Allows users to post blogs
  • Shows a list of posts by user
  • Allows users to comment on posts
  • Shows a list of comments per post
  • Allows users to like posts
  • Shows the count of likes in a post

🛠️ Built With

Server
Database

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

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com/harshi0102/blog-app-rails.git

Usage

To run the project, execute the following commands:

  rails server

(back to top)

👥 Authors

👤 Harshika Govind

(back to top)

🔭 Future 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)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

A huge thanks to Microverse for their constant support.

(back to top)

📝 License

This project is MIT licensed.

(back to top)