/my-blog-app

Primary LanguageRubyMIT LicenseMIT

My Blog App

📗 Table of Contents

📖 Blog-App

The Rails Blog App is a blog website, that allows users to post, comment on posts, and add likes. Shows the number of comments and likes that the post has.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • Use database migration files to maintain database schema.

(back to top)

💻 Getting Started

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder:

  git clone https://github.com/SaneMyburg/my-blog-app.git
  cd my-blog-app

Install

Install thr project dependencies with:

  bundle install

Usage

To run the project, execute the following command:

  rails server

Run tests

To run all tests, including unit and integration tests, run the following command:

  rails test:all

(back to top)

👥 Author

👤 Sane Myburg

(back to top)

🔭 Future Features

  • Processing data in models.

(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 and want to support me make cooler projects Give this project a Star.

(back to top)

📝 License

This project is MIT licensed.

(back to top)