/mybloggerapp

This project is a blog app that shows the list of posts and allows users to read like and comment on posts

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📖 My Blogger App

This project is a blog app that shows the list of posts and allows users to read like and comment on posts.

🛠 Built With

Tech Stack

Client
Database

Key Features

  • Set up associations between models
  • Write SQL queries with Active Record

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

  • Node js installed on your computer
  • Npm Node package manager
  • Terminal
  • Rails installed
  • Ruby installed

Setup

Clone this repository by using the command line :

  • git clone git@github.com:mudasiri/mybloggerapp.git

Install

Install this project with:

npm gemfile

Usage

To run the project, execute the following command:

rails server

(back to top)

👥 Authors

👤 Mudasir Issah

(back to top)

🔭 Future Features

  • Create a view and a controller

(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, please show your support by staring it.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for the resources provided me and opportunity to learn ruby on rails

(back to top)

❓ FAQ

  • How to use the project?

    • You can either fork the project or download to your local mechine.
  • What is PostgreSQL

    • Is a free and open-source relational database management system that emphasizes extensibility and SQL compliance. It is known for its reliability, stability, and robust feature set, making it a popular choice for large and complex data workloads. It is often used for web and business applications, data warehousing, and scientific research.

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)