{"id":18537426,"url":"https://github.com/vitaee/railsecommerce","last_synced_at":"2026-05-03T22:31:22.316Z","repository":{"id":130441144,"uuid":"576575775","full_name":"Vitaee/RailsECommerce","owner":"Vitaee","description":"Developing e-commerce website with Ruby on Rails for learning purposes.","archived":false,"fork":false,"pushed_at":"2023-02-10T08:41:46.000Z","size":1131,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-26T22:24:37.821Z","etag":null,"topics":["amazon-web-services","ecommerce-website","postgresql","rails"],"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/Vitaee.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":"2022-12-10T09:30:51.000Z","updated_at":"2023-09-06T12:27:57.000Z","dependencies_parsed_at":"2023-04-27T19:47:53.091Z","dependency_job_id":null,"html_url":"https://github.com/Vitaee/RailsECommerce","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Vitaee/RailsECommerce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vitaee%2FRailsECommerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vitaee%2FRailsECommerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vitaee%2FRailsECommerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vitaee%2FRailsECommerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vitaee","download_url":"https://codeload.github.com/Vitaee/RailsECommerce/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vitaee%2FRailsECommerce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32587816,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["amazon-web-services","ecommerce-website","postgresql","rails"],"created_at":"2024-11-06T19:38:09.513Z","updated_at":"2026-05-03T22:31:22.298Z","avatar_url":"https://github.com/Vitaee.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ruby on Rails E-Commerce Project\nA basic e-commerce web site built with rails framework and for front-end haml used with bootstrap, postgresql used for  the database service. \nFrom beginning i created this project with this command line ( yarn \u0026 node should be installed in your system):\n- ```rails new RubyECommerce --css=bootstrap --database=postgresql```\n\n### This project currently have these pages:\n- User login \u0026 register pages\n- Home page which all products listed.\n- Deatil page of product.\n- User's basket page\n- Payment page ( payment backend not implemented yet. )\n- Order details page\n- User profile and update profile page\n- ... will be updated.\n\n\n### Things you may want to cover:\n* System information\n    - Ubuntu 22.04.1 LTS 64-bit\n    - Yarn: v1.22.19\n    - Node: v16.18.1\n\n* Ruby version\n    - ruby 3.0.4p208 (2022-04-12 revision 3fa771dded) [x86_64-linux]\n    - Rails 7.0.4\n\n* Database creation\n    - For database i used postgreSQL and i prefer docker to install postgreSQL service.\n    - ```sudo docker run --name some-postgres -e POSTGRES_PASSWORD=123456 -d postgres```\n    - Then create our database using docker exec.\n    - ```sudo docker exec -it some-postgres psql -U postgres -c \"create database time_management_development\"``` \n\n* Database Structure\n  - There are;\n    - user\n    - basket\n    - order\n    - product tables\n  - user have many to many relationship with order and basket.\n  - basket and order tables have one-to-one relationship with product. \n\n* Configuration\n    - create ```.env``` file in project root. Copy .env.example and change values according to yours.\n    - bundle install\n    - rails db:migrate\n    - rails db:seed\n\n* Services\n    - HAML used for front-end development.\n    - pagy used for pagination.\n    - pg_search postgreSQL full text search library for rails.\n    - devise for user auth.\n    - aws s3 bucket configured for this project.\n    - docker for creating database service.\n    - Docker-compoese may used for dockerizing the project.\n\n* Deployment instructions\n    - ... will be updated.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitaee%2Frailsecommerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitaee%2Frailsecommerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitaee%2Frailsecommerce/lists"}