Skip to content

Megagig/Blog-App

Repository files navigation

📗 Table of Contents

📖 Blog App

Blog App The Blog app is a classic example of a blog website. It is a fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • Comments Table
  • Posts Table
  • Users Table
  • Likes Table

(back to top)

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

Example command:

 gem install rails

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:Megagig/Blog-App.git

Install

Install this project with:

  cd Blog-App
  gem install

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  bin/rails test test/models/users_test.rb

Deployment

You can deploy this project using:

  https://render.com/

(back to top)

👥 Authors

👤 Obi Anthony

(back to top)

🔭 Future Features

  • Process data in models
  • Validations and model specs.

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Dear Viewers! Supporting this project will motivate me on my software journey.

(back to top)

🙏 Acknowledgments

I would like to thank the Microverse full-stack curriculum for the inspiration and guidance.

(back to top)

📝 License

This project is MIT licensed.

(back to top)