Skip to content

Latest commit

 

History

History
153 lines (96 loc) · 3.91 KB

README.md

File metadata and controls

153 lines (96 loc) · 3.91 KB

📗 Table of Contents

📖 Blog App

  • This project is a simple Ruby on Rails blog application with user authentication and CRUD functionality for posts, comments, and likes.

(back to top)

🛠 Built With

Tech Stack

Key Features

  • Blogging platform.
  • User authentication and authorization.
  • Commenting on posts.
  • Liking posts.

(back to top)

💻 Getting Started

Prerequisites

In order to run this project you need:

  • To install ruby on rails on your PC. You can read this documentation on how to do so
  • Know how to navigate directories or folders at the CLI.
  • Know how to get the URL(https/ssh) of a repository on GitHub.
  • You should have a code editor installed, preferably VSCode.

Setup

In desired folder or directory in the CLI, run the command:

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

Navigate into the cloned folder or repository by running the command:

 cd <blog_app>

If VsCode is your default code editor, run:

  code .

To install all the dependencies, run:

 bundle install

You are all set up!

(back to top)

👥 Authors

👤 Roy Jumah

👤 Samuel Kyere

(back to top)

🔭 Future Features

  • Social media sharing buttons.
  • User avatars and profiles.
  • Tag-based article categorization.
  • Built-in search functionality.

(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 thank Microverse for providing me the resources that enabled us to finish this challenge!

(back to top)

📝 License

This project is MIT licensed.

(back to top)