Skip to content

Latest commit

 

History

History
88 lines (57 loc) · 1.55 KB

README.md

File metadata and controls

88 lines (57 loc) · 1.55 KB

Blog App

The Blog app is a classic example of a blog website built using Ruby on Rails framework.

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
  • git clone git@github.com:ridaarif98/blog-app.git or
  • git clone https://github.com/ridaarif98/blog-app.git
  • cd blog-app

Install

bundle install
yarn install

Run

rails db: create
$ rails db:migrate
$ rails db:seed
rails s

Test

rspec

Author

👤 Rida Arif

👤 Faizan Zahid

🤝 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

  • Microverse for giving me this chance
  • To my Stand Up Team and coding partners who kept my morale up!
  • The amazing code reviewers for making me improve every day 👍