/blog-app

Primary LanguageRubyMIT LicenseMIT

Rails Blog App

📗 Table of Contents

📖 Rails Blog App

Rails Blog App is a website where you can read and interact with posts. You can see a list of posts, leave comments, and like your favorite ones.

🛠 Built With

Tech Stack

Client
  • Ruby on Rails
Server
  • localhost
Database
  • PostgreSQL

Key Features

  • [You can see other users posts]
  • [Like other posts]
  • [Comment other posts]

Back to top

💻 Getting Started

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

Prerequisites

  • You'll need any code editor

Setup

Clone this repository to your desired folder:

  git clone https://github.com/ghreza-crypto/blog-app.git
  cd blog-app

Install

Install this project with:

  bundle install
  rails db:create
  rails db:migrate
  rails db:seed

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  rails db:migrate RAILS_ENV=test
  rspec

👥 Authors

👤 Ghulam Reza Rajabi

👤 Nurbol Sultanov

Back to top

🔭 Future Features

  • [Improve UI design]
  • [Improve the desktop version]

Back to top

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Back to top

⭐️ Show your support

If you like this project you can give it a star!

Back to top

🙏 Acknowledgments

I would like to thanks Microverse for this learning opportunity.

Back to top

📝 License

This project is MIT licensed.

Back to top