newhoteng / Blog-app

A blog website that shows a list of posts and allows visitors to comment on or like posts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– Blog-app

Blog-app is a blog website that shows a list of posts and allows visitors to comment on or like posts

πŸ› οΈ Built With

Tech Stack

Client
Backend

Key Features

  • Lists of posts
  • Ability to like a post
  • Ability to comment on a post

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these 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/newhoteng/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/

(back to top)

πŸ‘₯ Authors

πŸ‘€ Harriet Oteng

πŸ‘€ Naji Ali

(back to top)

πŸ”­ Future Features

  • Improve styling

(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 it a star.

(back to top)

πŸ™ Acknowledgements

  • Thanks to Microverse for encouraging me to do this project.

(back to top)

πŸ“ License

License

(back to top)

About

A blog website that shows a list of posts and allows visitors to comment on or like posts.

License:MIT License


Languages

Language:Ruby 75.2%Language:HTML 21.2%Language:CSS 2.3%Language:JavaScript 1.3%