/Blog-app

Blog App is a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

Primary LanguageRubyMIT LicenseMIT

Blog App

📗 Table of Contents

📖 [Blog App]

Blog App is 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

Tech Stack

Client
  • HTML(erb), CSS
Server
  • Ruby
Database
  • Postgress

Key Features

  • User can post.
  • User login
  • User can read, comment and like on other user post.

(back to top)

Getting Started

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

Prerequisites

You need the following tools be installed in your computer:

Setup

Clone this repository to your desired folder:

  cd my-prefered-folder
  
  git clone https://github.com/Mutai-Gilbert/Blog-app.git

Install

Install this project with:

  cd Blog-app
  
  bundle install

💾 Database

Create the databases and run migrations with:

rails db:create
rails db:migrate

Usage

To run the project, execute the following command:

  rails server or rails s

Run tests

To run tests, run the following command:

  rspec spec/

👥 Authors

👤 Gilbert Mutai

🔭 Future Features

  • [User Permissions]
  • [User Authentication]
  • [RESTFull API]

(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 give a ⭐️.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse.

(back to top)

❓ FAQ (OPTIONAL)

  • [Can I use this project?]

    • [It's MIT license, feel free to use as you like.]

(back to top)

📝 License

This project is MIT licensed.

(back to top)