The Daily Blog

Blog website that shows a list of posts and empower readers to interact with them by adding comments and liking posts.

Built With

  • Ruby on Rails
  • PostgreSQL

Getting Started

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

Prerequisites

Setup

  • Make sure you have Ruby on Rails set up properly on your computer
  • Clone or download this repo on your machine
  • Enter project directory

Development Database

# Create user
sudo -u postgres createuser blog -s

# Create the database
rake db:create

Install

bundle install

Run

rails s

Test

rake spec

Authors

👤 Yahya EL Ganayni

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse

License

MIT