https://github.com/emre-guler/amaz-prod
AmazProd is a C# .NET application for managing products and departments in a retail management system.
https://github.com/emre-guler/amaz-prod
selenium
Last synced: about 2 months ago
JSON representation
AmazProd is a C# .NET application for managing products and departments in a retail management system.
- Host: GitHub
- URL: https://github.com/emre-guler/amaz-prod
- Owner: emre-guler
- License: apache-2.0
- Created: 2020-07-23T22:03:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T01:49:11.000Z (over 1 year ago)
- Last Synced: 2026-02-08T11:57:15.145Z (5 months ago)
- Topics: selenium
- Language: C#
- Homepage:
- Size: 2.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AmazProd
AmazProd is a C# .NET application for managing products and departments in a retail management system.
## Project Structure
- `AmazProd.sln` - The main solution file
- `AmazProd/` - Main project directory
- `AmazProdMain.cs` - Main application logic
- `Department.cs` - Department class definition
- `Product.cs` - Product class definition
- `AmazProd.csproj` - Project configuration file
## Prerequisites
- .NET SDK (latest version recommended)
- Visual Studio or Visual Studio Code with C# extension
## Getting Started
1. Clone the repository
2. Open the solution in Visual Studio or Visual Studio Code
3. Build the solution
4. Run the application
## Features
- Product management
- Department organization
- Data processing capabilities
## Building and Running
To build and run the project:
```bash
dotnet build
dotnet run --project amaz-prod
```
## Development
This project is built using:
- C# programming language
- .NET platform
- Standard C# coding conventions