{"id":15187203,"url":"https://github.com/seamoonpandey/buggy-meter","last_synced_at":"2026-01-05T18:45:30.097Z","repository":{"id":205264317,"uuid":"713749597","full_name":"seamoonpandey/buggy-meter","owner":"seamoonpandey","description":"social media like instagram built on top of ruby on rails fullstack and postgresql as database, TBH ( It's an STW, a total shit that works)","archived":false,"fork":false,"pushed_at":"2024-07-26T16:10:35.000Z","size":125,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T06:44:34.149Z","etag":null,"topics":["psql","rails","ruby","ruby-on-rails","social-app","swt"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seamoonpandey.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-03T06:52:38.000Z","updated_at":"2024-07-26T16:10:38.000Z","dependencies_parsed_at":"2024-04-22T06:02:17.032Z","dependency_job_id":"42c19e78-335a-4c2b-944b-02e8a36900f8","html_url":"https://github.com/seamoonpandey/buggy-meter","commit_stats":null,"previous_names":["seamoonpandey/instameter","seamoonpandey/buggy-meter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seamoonpandey%2Fbuggy-meter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seamoonpandey%2Fbuggy-meter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seamoonpandey%2Fbuggy-meter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seamoonpandey%2Fbuggy-meter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seamoonpandey","download_url":"https://codeload.github.com/seamoonpandey/buggy-meter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245719734,"owners_count":20661305,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["psql","rails","ruby","ruby-on-rails","social-app","swt"],"created_at":"2024-09-27T18:04:13.974Z","updated_at":"2026-01-05T18:45:30.040Z","avatar_url":"https://github.com/seamoonpandey.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Buggy Meter\n\nBuggy Meter is a social media application similar to Instagram, built using Ruby on Rails with PostgreSQL as the database.\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [System Overview](#system-overview)\n- [Features](#features)\n- [Requirements](#requirements)\n- [Installation](#installation)\n- [Configuration](#configuration)\n- [Database Setup](#database-setup)\n- [Running the Application](#running-the-application)\n- [Deployment](#deployment)\n- [Screenshots](#screenshots)\n- [Contributing](#contributing)\n\n## Introduction\n\nBuggy Meter is designed to offer a comprehensive social media experience, focusing on simplicity and essential features. Users can register, create profiles, post images, like, and comment on posts. The application emphasizes a streamlined user interface and robust backend support.\n\n## System Overview\n\nThe Buggy Meter application follows a typical MVC (Model-View-Controller) architecture of Rails, ensuring a clean separation of concerns and scalable codebase. PostgreSQL is used for data persistence, leveraging its reliability and performance.\n\n## Features\n\n- **User Authentication**: Secure user registration and login.\n- **Profile Management**: Users can create and update their profiles.\n- **Image Uploading**: Post images with descriptions.\n- **Social Interactions**: Like and comment on posts.\n- **Follow System**: Follow other users to see their posts in the feed.\n\n## Requirements\n\n- Ruby 3.x\n- Rails 7.x\n- PostgreSQL\n- Docker (optional, for containerized development)\n- Node.js and Yarn (for managing JavaScript dependencies)\n\n## Installation\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/seamoonpandey/buggy-meter.git\n    cd buggy-meter\n    ```\n\n2. Install dependencies:\n\n    ```bash\n    bundle install\n    yarn install\n    ```\n\n## Configuration\n\n1. Set up environment variables:\n\n    Create a `.env` file in the root directory and add the following:\n\n    ```plaintext\n    DATABASE_USERNAME=your_postgres_username\n    DATABASE_PASSWORD=your_postgres_password\n    ```\n\n2. Update `config/database.yml` with your PostgreSQL configuration.\n\n## Database Setup\n\n1. Create and migrate the database:\n\n    ```bash\n    rails db:create\n    rails db:migrate\n    ```\n\n2. Seed the database with initial data (if available):\n\n    ```bash\n    rails db:seed\n    ```\n\n## Running the Application\n\nStart the Rails server:\n\n```bash\nrails server\n```\n\nAccess the application at `http://localhost:3000`.\n\n## Deployment\n\n1. Ensure you have Heroku CLI installed and are logged in.\n\n2. Create a new Heroku app:\n\n    ```bash\n    heroku create\n    ```\n\n3. Deploy to Heroku:\n\n    ```bash\n    git push heroku main\n    heroku run rails db:migrate\n    ```\n\n4. Open the app in your browser:\n\n    ```bash\n    heroku open\n    ```\n\n## Screenshots\n\n### Home Page\n![image](https://github.com/user-attachments/assets/8b8e766c-2fbb-4c85-9b58-f69344c81239)\n\n\n### User Profile\n![image](https://github.com/user-attachments/assets/9a396962-e8b0-4dcb-ba00-1070aa0e28ee)\n\n\n### Post Creation\n![image](https://github.com/user-attachments/assets/aa9b89b4-92bd-429d-b2d2-73a255a8ff1f)\n\n## Contributing\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/your-feature`).\n3. Commit your changes (`git commit -m 'Add some feature'`).\n4. Push to the branch (`git push origin feature/your-feature`).\n5. Create a new Pull Request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseamoonpandey%2Fbuggy-meter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseamoonpandey%2Fbuggy-meter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseamoonpandey%2Fbuggy-meter/lists"}