/blog

Primary LanguageRuby


Island Blog

📗 Table of Contents

📖 [Island Blogs]

This blog app is a simple web application that allows users to create, read, update, and delete posts.Users can also add comments to posts and like posts.

🛠 Built With

Tech Stack

The app is built using a web framework and a relational database management system

Server
Database

Key Features

The app has four main features:

  • [User management]
  • [Post management]
  • [Comment management]
  • [Like management]

(back to top)

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

 gem install rails

Setup

Clone this repository to your desired folder:

  git clone https://github.com/Dadadon/blog.git

Install

Install this project with:

  gem install

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  bin/rails test test/models/article_test.rb

To run tests on the views, run the following command:

  bin/rails bundle exec rspec spec/views

Deployment

(back to top)

👥 Authors

👤 Davian Beroni

👤 Iqbal Elham

(back to top)

🔭 Future Features

  • User Authentication
  • Chat feature
  • Featured post

(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

  • Microverse
  • Hat tip to anyone whose code was used
  • Inspiration

(back to top)

📝 License

This project is MIT license licensed.

(back to top)