/blog_app

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📖 Blog App

Blog App blog app is an interactive blog application, created with ruby on rails. users can:

  • Read blog posts
  • Add Likes
  • Add comments

🛠 Built With

Tech Stack

Client
  • N/A
Server
  • Ruby on Rails
Database
  • PostgreSQL

Key Features

  • Read blog posts
  • Add Likes
  • Add comments

👆

👆

💻 Getting Started

To run the project locally, follow these steps.

Prerequisites

In order to run this project you need to:

  • Install Git
  • Install Node
  • Install a code editor, We suggest VsCode

Setup

Clone the repo into your local machine:

git clone https://github.com/getssh/blog_app

Install the dependencies using bundler:

bundle install

Usage

To start you can open your terminal and in the folder write

rails server

to drop the existing DB run run

rails db:drop

Run

rails db:create

to create a new DB.

rails db:migrate to migrate generated db

👆

👥 Authors

👨‍💻 Getayawkal Tamrat

👆

🔭 Future Features

  • Add more classes
  • Add more data
  • Add frontend code

👆

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

👆

⭐️ Show your support

If you like this project please leave a start for it.

👆

🙏 Acknowledgments

I would like to thank Microverse for helping us in the journey to become a Fullstack developer

👆

📝 License

This project is MIT licensed.

👆