{"id":22324582,"url":"https://github.com/ocharron/ballsrus","last_synced_at":"2026-05-16T18:06:14.378Z","repository":{"id":266366841,"uuid":"895336360","full_name":"ocharron/BallsRUs","owner":"ocharron","description":"Fictive e-commerce platform built using ASP.NET Core MVC !","archived":false,"fork":false,"pushed_at":"2024-12-03T22:40:11.000Z","size":13609,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T05:43:12.141Z","etag":null,"topics":["asp-net-mvc","dotnet-core","entity-framework-core","fluent-validation","mssql","stripe-payments"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/ocharron.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":"2024-11-28T02:39:29.000Z","updated_at":"2025-01-10T22:04:02.000Z","dependencies_parsed_at":"2024-12-03T23:36:59.727Z","dependency_job_id":null,"html_url":"https://github.com/ocharron/BallsRUs","commit_stats":null,"previous_names":["ocharron/ballsrus"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ocharron/BallsRUs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocharron%2FBallsRUs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocharron%2FBallsRUs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocharron%2FBallsRUs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocharron%2FBallsRUs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ocharron","download_url":"https://codeload.github.com/ocharron/BallsRUs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocharron%2FBallsRUs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275419302,"owners_count":25461506,"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","status":"online","status_checked_at":"2025-09-16T02:00:10.229Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["asp-net-mvc","dotnet-core","entity-framework-core","fluent-validation","mssql","stripe-payments"],"created_at":"2024-12-04T02:07:53.885Z","updated_at":"2025-09-16T12:43:39.662Z","avatar_url":"https://github.com/ocharron.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Balls R Us - E-commerce Platform for Golf Equipment\n\n[![en](https://img.shields.io/badge/lang-en-red.svg)](https://github.com/ocharron/BallsRUs/blob/master/README.md)\n[![fr](https://img.shields.io/badge/lang-fr-blue.svg)](https://github.com/ocharron/BallsRUs/blob/master/README_fr.md)\n\nWelcome to Balls R Us, an (fictive) e-commerce platform specializing in the sale of high-quality golf equipment. Whether you're a passionate amateur or an experienced professional, Balls R Us offers a diverse range of products to meet all your needs on the golf course.\n\n---\n\n## Technologies Used\n\n- **Framework**: ASP.NET Core (.NET 8.0)\n- **Database**: Microsoft SQL Server 2022\n- **ORM**: Entity Framework Core\n- **Payments**: Stripe\n\n---\n\n## Installation\n\nTo install and run Balls R Us on your local machine, please follow these steps:\n\n### Prerequisites\n\n- [.NET 8.0 SDK](https://dotnet.microsoft.com/download/dotnet/8.0)\n- [Visual Studio](https://visualstudio.microsoft.com/downloads/) or a text editor of your choice (Visual Studio Code, etc.)\n- [Microsoft SQL Server 2022](https://www.microsoft.com/en-ca/sql-server/sql-server-downloads) (or later version)\n- [Stripe](https://stripe.com/en-ca) API Key\n\n### Instructions\n\n1. **Clone the Repository**\n   ```bash\n   git clone https://github.com/ocharron/BallsRUs.git\n   ```\n\n2. **Database Configuration**\n   - Create a new database in SQL Server.\n   - Update the connection string in the `appsettings.json` file with your database details.\n   - Execute a Migration and an Update-Database. (Code First)\n\n3. **Stripe Configuration**\n   - Obtain a Stripe API Key (secret key) from the Stripe dashboard.\n   - Add this API key to the `appsettings.json` file.\n\n4. **Compilation and Execution**\n   - Open the project in Visual Studio or use the command line.\n   - Run the following command to restore dependencies:\n     ```bash\n     dotnet restore\n     ```\n   - Then, run the application:\n     ```bash\n     dotnet run\n     ```\n\n---\n\n## Key Features\n\n1. **Content management system (CMS)**: Manage the catalog and the products from a tailor-made content management system.\n2. **Product Catalog**: Browse through a wide range of golf equipment, including clubs, balls, bags, shoes, etc.\n3. **Shopping Cart Management**: Add products to your cart and manage them easily before proceeding to checkout.\n4. **Secure Payment**: Use Stripe for safe and secure payment transactions.\n5. **User Management**: Register, login, and manage your user profile for a personalized experience.\n\n---\n\n## Contribution\n\nContributions are welcome! If you'd like to use Balls R Us, please follow these steps:\n\n1. Fork the project\n2. Create a branch for your feature (`git checkout -b feature/YourFeatureName`)\n3. Commit your changes (`git commit -m 'Add a new feature'`)\n4. Push to the branch (`git push origin feature/YourFeatureName`)\n5. Submit a pull request\n\n---\n\n## Author\n\nThis project was developed by [Olivier Charron](https://github.com/ocharron), [Xavier Côté-Daviau](https://github.com/xavcd), [Mahdi Ellili](https://github.com/mahdilili) and [Michael Meilleur](https://github.com/MichaelMeilleur).\n\n---\n\n## Disclaimer\n\nThis is a fictitious project created solely for demonstration and educational purposes. Any resemblance to real products, services, or companies is purely coincidental. Several media used on the application are not royalty free.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focharron%2Fballsrus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Focharron%2Fballsrus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focharron%2Fballsrus/lists"}