{"id":14955729,"url":"https://github.com/shoaibrayeen/profile-management-system","last_synced_at":"2025-10-01T01:31:33.486Z","repository":{"id":39918430,"uuid":"235987311","full_name":"shoaibrayeen/Profile-Management-System","owner":"shoaibrayeen","description":"This repository contains A Web Application developed in Ruby on Rails with PostgreSQL on the basis of the requirements.","archived":false,"fork":false,"pushed_at":"2023-03-09T01:29:18.000Z","size":2768,"stargazers_count":8,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-14T11:46:55.012Z","etag":null,"topics":["elasticsearch","elasticsearch-client","elasticsearch-cluster","elasticsearch-dsl","postgres","postgresql","rails-application","redis","redis-cache","redis-server","ruby","ruby-on-rails","sidekiq","sidekiq-cron","sidekiq-scheduler"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shoaibrayeen.png","metadata":{"files":{"readme":"readMe.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-01-24T11:06:21.000Z","updated_at":"2023-04-07T08:23:40.000Z","dependencies_parsed_at":"2024-09-24T13:24:05.104Z","dependency_job_id":null,"html_url":"https://github.com/shoaibrayeen/Profile-Management-System","commit_stats":{"total_commits":59,"total_committers":4,"mean_commits":14.75,"dds":0.423728813559322,"last_synced_commit":"855c5a85b938f08ad94eed48c4ae44a84502318f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoaibrayeen%2FProfile-Management-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoaibrayeen%2FProfile-Management-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoaibrayeen%2FProfile-Management-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoaibrayeen%2FProfile-Management-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shoaibrayeen","download_url":"https://codeload.github.com/shoaibrayeen/Profile-Management-System/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234808946,"owners_count":18890088,"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":["elasticsearch","elasticsearch-client","elasticsearch-cluster","elasticsearch-dsl","postgres","postgresql","rails-application","redis","redis-cache","redis-server","ruby","ruby-on-rails","sidekiq","sidekiq-cron","sidekiq-scheduler"],"created_at":"2024-09-24T13:11:38.306Z","updated_at":"2025-10-01T01:31:28.146Z","avatar_url":"https://github.com/shoaibrayeen.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Profile Management System\n\u003cimg src=\"/images/made_with_ror.jpeg\" width=\"200\" height=\"50\"\u003e\n\n\n### Overview\n- Profiles are user accounts(seller/buyers in context of E commerce / Any selling buying company etc) which are created to save information regarding users to server them better in a system. Generally it compromised with APIs to get/create/update profiles of users and a panel to view/search/edit profiles by admins.\n- For more details - [Requirements](./requirement.md)\n\n### Getting Started with Project\nPrerequisite\n- Rails Version 5.1.7\n- Ruby 2.4.1\n- Elasticsearch Server for Searching\n- Sidekiq for Background Processing\n- PostgreSQL for Database\n- Redis for Caching and to use along with Sidekiq\n\n\nClone the repository\n```sh\n  \u003e git clone https://github.com/shoaibrayeen/Profile-Management-System\n  \u003e cd Profile-Management-System\n```\nSetting up with PostgreSQL\n```\n  # Create a database user with your PostgreSQL Terminal\n  # Go to config -\u003e database.yml\n  and change these two details according to your database user\n  username: userName\n  password: PASSWORD\n```\n\nInstall required dependencies\n```sh\n  \u003e bundle install\n```\n\nCreating Database for Development and Testing Environment\n```sh\n  \u003e bundle exec rake db:drop\n  \u003e bundle exec rake db:create\n  \u003e bundle exec rake db:migrate\n```\n\nStarting with App\n```\n  # To Start Elastic Search Server\n  \u003e sudo -i service elasticsearch start\n  \n  # To Start Sidekiq Server - Redis-Server needed to run sidekiq\n  \u003e bundle exec sidekiq\n  \n  # To run the app\n  \u003e bundle exec rails server\n  \n  # Now go to your browser and run\n  localhost:3000\n  # Your app is running\n```\nTo check all the routes\n```sh\n  \u003e rake routes\n```\n\nTo Use Model\n```sh\n  # To see all the database using PostgreSQL\n  \u003e bundle exec rails db\n  postgres \u003e\u003e\u003e SELECT * FROM TABLE_NAME;\n  \n  # To see all the database using Rails console\n  \u003e rails c\n  \u003e model_name.all\n  \n```\n\nTo Use Postman API\n```sh\n  # After Starting Server\n  # Go to POSTMAN APP\n  \n  GET localhost:3000/api/get_profile #Give id and get Information\n  \n  \n  POST localhost:3000/api/signup #Give related information in the body and it'd validate accordingly\n  \n  \n  POST localhost:3000/api/signin #Give email and password in the body and it'd validate accordingly\n  \n```\n\n## Demo of the Project\n\u003cdetails\u003e\n\u003csummary\u003eUse Portal\u003c/summary\u003e\n\n\u003cimg src=\"/images/user_main.png\"\u003e\n\u003c/details\u003e\t\n\n\u003cdetails\u003e\n\u003csummary\u003eUse Portal After Logged In\u003c/summary\u003e\n\n\u003cimg src=\"/images/user_portal.png\"\u003e\n\u003c/details\u003e\t\n\n\u003cdetails\u003e\n\u003csummary\u003eAdmin Main\u003c/summary\u003e\n\n\u003cimg src=\"/images/admin_main.png\"\u003e\n\u003c/details\u003e\t\n\n\u003cdetails\u003e\n\u003csummary\u003eAdmin Portal After Logged In\u003c/summary\u003e\n\n\u003cimg src=\"/images/admin_portal.png\"\u003e\n\u003c/details\u003e\t\n\n\u003cdetails\u003e\n\u003csummary\u003eAdmin Report Panel\u003c/summary\u003e\n\n\u003cimg src=\"/images/admin_report.png\"\u003e\n\u003c/details\u003e\t\n\n\u003cdetails\u003e\n\u003csummary\u003eAdmin Report Results\u003c/summary\u003e\n\n\u003cimg src=\"/images/admin_report_result.png\"\u003e\n\u003c/details\u003e\t\n\n\u003cdetails\u003e\n\u003csummary\u003eAdmin Search Panel\u003c/summary\u003e\n\n\u003cimg src=\"/images/admin_search.png\"\u003e\n\u003c/details\u003e\t\n\n\u003cdetails\u003e\n\u003csummary\u003eAdmin Search Results\u003c/summary\u003e\n\n\u003cimg src=\"/images/admin_search_result.png\"\u003e\n\u003c/details\u003e\t\n\n\n\n### License\n[![Apache License](https://img.shields.io/badge/license-Apache-brightgreen.svg)](http://www.apache.org/licenses/)\n\n**Copyright (c) 2020-2021 Mohd Shoaib Rayeen**\n\nThis project is licensed under the Apache License - see the LICENSE file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshoaibrayeen%2Fprofile-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshoaibrayeen%2Fprofile-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshoaibrayeen%2Fprofile-management-system/lists"}