This application is designed for use by a retail store employee to record incoming orders of different products. The logic and data are managed in a RESTful HTTP service, while the user interface is a console application. The user can examine customer information, searchable by name, and examine the sortable order history, including orders to specific locations and by specific customers. Orders are validated and store inventory is tracked as orders are fulfilled or rejected.
- ASP.NET
- Azure SQL Server
- Docker
List of features ready
- Can complete CRUD functions in Database
- Client-to-API communication using RESTfull design
- API designed using SOLID Principals and Repository design to create modular testable code
To-do list:
- Add interactive UI design
- Migrate over to Entity Framwork
*Enter this in your terminal to get started: git clone https://github.com/211115-UTA-NET/KareemD-P1.git (include all environment setup steps)
Be sure to include BOTH Windows and Unix command
Be sure to mention if the commands only work on a specific platform (eg. AWS, GCP)
- All the
coderequired to get started - Images of what it should look like
Here, you instruct other people on how to use your project after they’ve installed it. This would also be a good place to include screenshots of your project in action.
Here list the people who have contributed to this project. (ignore this section, if its a solo project)
This project uses the following license: <license_name>.