{"id":19429620,"url":"https://github.com/janina280/aromaboutique","last_synced_at":"2026-05-15T00:41:25.225Z","repository":{"id":241852429,"uuid":"766114731","full_name":"janina280/AromaBoutique","owner":"janina280","description":"An online perfume store developed using ASP.NET Core MVC and SQL Server, offering a premium range of perfumes with advanced features for a seamless shopping experience.","archived":false,"fork":false,"pushed_at":"2024-10-22T19:53:10.000Z","size":33477,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-07T20:12:01.954Z","etag":null,"topics":["asp-net-core","bootstrap5","mvc-framework","sqlserver"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/janina280.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":"2024-03-02T11:33:04.000Z","updated_at":"2024-10-22T20:44:54.000Z","dependencies_parsed_at":"2025-01-07T20:21:35.825Z","dependency_job_id":null,"html_url":"https://github.com/janina280/AromaBoutique","commit_stats":null,"previous_names":["janina280/aromaboutique"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janina280%2FAromaBoutique","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janina280%2FAromaBoutique/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janina280%2FAromaBoutique/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janina280%2FAromaBoutique/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/janina280","download_url":"https://codeload.github.com/janina280/AromaBoutique/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240612540,"owners_count":19829027,"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":["asp-net-core","bootstrap5","mvc-framework","sqlserver"],"created_at":"2024-11-10T14:20:14.557Z","updated_at":"2026-05-15T00:41:25.185Z","avatar_url":"https://github.com/janina280.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Perfume Ecommerce\nAn online perfume store developed using ASP.NET Core MVC and SQL Server, offering a premium range of perfumes with advanced features for a seamless shopping experience.\n\n### Description\nAroma Boutique is an e-commerce platform designed to offer a wide selection of perfumes. Built with ASP.NET Core MVC and SQL Server, the store provides users with an easy and intuitive interface to browse, search, and purchase perfumes. Users can view detailed information about each product, add items to their shopping cart or wish list, and take advantage of special promotions. The application includes both user and administrator functionalities, allowing for secure profile management and content updates.\n\n### Getting Started\nDependencies\n* .NET 6.0 SDK or higher\n* SQL Server (for database storage)\n* Visual Studio 2022 (or any IDE that supports .NET development)\n* Bootstrap 5 (for styling)\n* Entity Framework Core (for ORM)\n\n### Installing\nClone the Repository:\n```\ngit clone https://github.com/janina280/Aroma-Boutique.git\ncd Aroma-Boutique\n```\n\nOpen the project in Visual Studio:\nLaunch Visual Studio.\nOpen the solution file AromaBoutique.sln.\n\n### Configure the database:\nSet up your SQL Server connection string in appsettings.json:\n```\n\"ConnectionStrings\": {\n  \"DefaultConnection\": \"Server=your_server_name;Database=AromaBoutiqueDB;Trusted_Connection=True;\"\n}\n```\n\nRun the migrations to create the database schema:\n```\nUpdate-Database\n```\n\nBuild the project:\n* Restore NuGet packages and build the solution in Visual Studio.\n\nExecuting program\n* Run the web application from Visual Studio by pressing F5 or selecting \"Start Debugging\".\n\nOpen your browser and navigate to the local URL (usually http://localhost:5000 or http://localhost:5001).\n\nYou will now be able to:\n\n![Screenshot 2024-06-08 215707](https://github.com/user-attachments/assets/6151a6f2-c644-4ccf-a5ac-2a37d1bed734)\n\n![Screenshot 2024-06-08 222403](https://github.com/user-attachments/assets/6145f11d-b27a-4fc4-8607-163f89593ff5)\n\n![Screenshot 2024-06-08 215832](https://github.com/user-attachments/assets/b4f4a474-47be-4ed1-812b-ff1154cb73e2)\n\n![Screenshot 2024-06-08 223609](https://github.com/user-attachments/assets/fd690434-16ac-4883-8653-9c6b22cc69a3)\n\nBrowse perfumes, view detailed product pages, and add items to the shopping cart or wish list.\n![Screenshot 2024-06-09 192710](https://github.com/user-attachments/assets/b44e6006-c76a-4367-b35a-fa14987611b5)\n\n![Screenshot 2024-06-08 223802](https://github.com/user-attachments/assets/75919f3c-97f1-4f27-b40f-963afa9a0e18)\n\n![Screenshot 2024-06-09 193424](https://github.com/user-attachments/assets/a42d1d55-a3b1-4505-aeab-5fdad5fe4299)\n\n![Screenshot 2024-06-09 192926](https://github.com/user-attachments/assets/db87c67f-6958-402c-92f8-ac21711c66fc)\n\n![Screenshot 2024-06-08 222633](https://github.com/user-attachments/assets/a4a32ab5-624c-4f1b-85dc-2c1a9ad9734d)\n\n![Screenshot 2024-06-08 222654](https://github.com/user-attachments/assets/b129aa21-73f7-419a-a2e5-6379895e684a)\n\n![Screenshot 2024-06-08 222616](https://github.com/user-attachments/assets/f275f1ef-a683-4cd3-b754-7bfa92b17e14)\n\nUse the advanced search feature to filter perfumes by price or name.\n\n![Screenshot 2024-06-08 223123](https://github.com/user-attachments/assets/975ee01f-b4ea-4ba2-bec5-54a225b9a7eb)\n\nView current promotions on the dedicated promotions page.\n\nRegister, log in, and manage user profiles.\n\n![Screenshot 2024-06-08 215742](https://github.com/user-attachments/assets/b24dde3a-1e61-4572-8adb-bd058aeddcee)\n\n![Screenshot 2024-06-08 215804](https://github.com/user-attachments/assets/a4628b00-7837-491d-8a21-5ad9de0c39d1)\n\n![Screenshot 2024-06-08 222257](https://github.com/user-attachments/assets/588cb614-1844-4f06-b939-5cb2caf803fe)\n\nAdministrator functionalities:\n\n![Screenshot 2024-06-08 215918](https://github.com/user-attachments/assets/cd349792-27d7-46be-8180-4f59a53c9896)\n\nAdd or remove perfumes, brands, and promotions from the admin panel.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanina280%2Faromaboutique","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanina280%2Faromaboutique","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanina280%2Faromaboutique/lists"}