Skip to content
/ blog Public

The Blog app is a classic example of a blog website. A fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts. Built with Ruby / Ruby on Rails / PostgreSQL

Notifications You must be signed in to change notification settings

cwaku/blog

Repository files navigation

Blog App

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

Built With

  • Ruby on Rails
  • Ruby

Prerequisites

  • Ruby
  • Ruby on Rails
  • PostgreSQL

Install

  • Ruby
  • Ruby on Rails(as a gem)
  • Postgresql database

Getting Started

To get a local copy of the app, run the following commans in your terminal:

  • git clone https://github.com/cwaku/blog.git
  • cd blog
  • bundle install

Run the following commands to run the app

  • rails db:create
  • rails db:migrate
  • rails s

In your browser, go to

  • http://localhost:3000

Testing

  • To install rspec: gem install rspec
  • To run all the tests: rspec ./spec

Authors

👤 Ricky Mormor

👤 Fikerte Tesfaye

🤝 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!

About

The Blog app is a classic example of a blog website. A fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts. Built with Ruby / Ruby on Rails / PostgreSQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published