the_blog

A feature-rich blog on Ruby on Rails & Bootstrap with User Authentication, live search, & admin dashboard. Supports posts, comments, notifications, user profiles, drag-and-drop uploads, subscriptions, and monetization via Stripe & Pay. Utilizes Postgresql, Heroku, and other tech for efficiency & scalability.

MIT License

Stars
0

📗 Table of Contents

📖 The Blog

This feature-rich blog, powered by Ruby on Rails, Bootstrap, and Sassc_Rails, offers an engaging user experience. User Authentication and ActionText for posts and comments, complemented by notifications, drive user engagement. A live search bar enhances usability, while an admin dashboard with visual graphs tracks views and statistics. Admins can showcase their projects through user profiles, and both posts and projects support drag-and-drop uploads. Subscription features, integrated with Stripe and Pay, enable monetization and robust content management. Technologies like Postgresql, Heroku, Devise, Noticed, Ransack, Bullet, Wicked, Ahoy_Matey, Chartkick, Acts_As_List, and Whenever ensure efficient performance and scalability. Together, these elements create a dynamic and user-friendly blogging platform.

🛠 Built With

Tech Stack

Key Features

  • Search bar
  • Notifications
  • Drag and Drop Uploads

🚀 Live Demo

💻 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 [email protected]:OmarMWarraich/the_blog.git

Install

Install this project with:

  cd my-project
  bundle install

Environment Vars

  EDITOR="code --wait" bin/rails credentials:edit

Add the following to the credentials.yml file.

  stripe:
    public_key: "your_stripe_publishable_key"
    private_key: "your_stripe_private_key"
    signing_secret: "your_stripe_signing_secret"

Save the file and exit.

Usage

To run the project, execute the following command:

  rails server

Deployment

You can deploy this project following this documentation.

👥 Author

🔭 Future Features

  • Chat
  • Transactional Emails
  • Following

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

If you like this project please give it a star.

🙏 Acknowledgments

I would like to thank anyone whose code was used.

❓ FAQ

  • How can I run this project on my local machine?

    • Carefully, follow all the instructions in this README. You must have Rails7+ and Ruby3+ installed.
  • How can I deploy this project?

    • The project can be easily deployed on Heroku.

📝 License

This project is MIT licensed.