OLIPLICHE / blogapp

The Blog app is a classic example of a blog website. It's a functional website that shows 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. It's a functional website that shows the list of posts and empower readers to intera

Getting Started

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

git clone https://github.com/Donard97/blog-app.git

cd Trending-Blog-app

Prerequisites

Ruby Rails PostgresSQL

Setup

Install gems with:

bundle install

Setup database with:

rails db:create
rails db:migrate

Usage

Start server with:

rails server

Open http://localhost:3000/ in your browser.

Run tests

Install npm with:

npm i

Install rspec with:

bundle install

and

rails generate rspec:install

run the test with:

rspec spec

=======

Built With

  • Ruby v3.0.1
  • Ruby on Rails v6.1.4.1

Getting Started

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

Prerequisites

  • Ruby: 2.6.3 Rails: 5.2.3 Postgres: >=9.5

Setup

Install gems with:

  • rails db:create
  • rails db:migrate
  • rails db:seed

Usage

Start server with:

Run tests

Install npm with:

  • npm i Install rspec with:
  • bundle install and
  • rails generate rspec:install run the test with:
  • rspec spec

Authors

👤 Olipliche Mavoungou Paka

🤝 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

  • A special thanks to Microverse for inspiring this project. We are indebted to you all at Microverse
  • A special thanks goes to all our peers at Microverse for being there for us.

📝 License

This project is MIT licensed.

About

The Blog app is a classic example of a blog website. It's a functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.


Languages

Language:Ruby 73.8%Language:HTML 19.9%Language:JavaScript 4.1%Language:CSS 1.5%Language:SCSS 0.6%