This project is a Shipping Management system built with ASP.NET Core
. It provides functionalities to manage shipping orders, track shipments, handle customer details, and monitor shipping statuses.
- Order Management: Create, update, and track shipping orders.
- Customer Management: Manage customer information and view shipping history.
- Shipment Tracking: Track the real-time status of shipments.
- Branch Management: Manage different branches handling shipping services.
- User Management: Secure authentication and authorization using
ASP.NET Core Identity
andJWT
.
- Frontend: HTML5, CSS3, JavaScript, Angular
- Backend: ASP.NET Core Webapi
- Database: SQL Server
- Authentication: ASP.NET Core Identity
- Additional Libraries: Entity Framework Core, BulkExtensions (for bulk operations)
- Authorization: Bearer Token Used for authentication
After running the project, access it in your browser at https://localhost:5001. From here, you can:
- Add and manage shipping orders.
- Track shipments.
- Manage branches and users.
Contributions are welcome!
Please open a pull request or create an issue if you encounter any bugs or have feature suggestions.