Skip to content

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

License

Notifications You must be signed in to change notification settings

ashmalzahra/blog-app

Repository files navigation

Blog App

📗 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 will show 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

  • ROR Framework

(back to top)

💻 Getting Started

To get a local copy of this project and run it in your computer, follow these steps.

Prerequisites

In order to run this project you need:

  • A working computer.
  • Connection to internet.

Setup

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

Clone this repository in the desired folder:

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

Install

To install this project:

cd blog-app
code .
bundle install

Usage

To run the project, execute the following command:

rails server

Run Tests

For rails +7, include the following in your gemfile in the development, test group:

group :development, :test do  
  gem 'rspec-rails'
end

and

gem 'rails-controller-testing'

then run:

bundle install

To setup rspec, run the following:

rails generate rspec:install

To run the project tests, execute the following command:

rspec

(back to top)

👥 Authors

👤 Ashmal Zahra

(back to top)

🔭 Future Features

  • Add API endpoints.
  • API documentation.

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for the information provided to build this project.

(back to top)

❓ FAQ (OPTIONAL)

  • Can I use the project for any purpose?

    • Yes, you can.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published