Skip to content

V.0.1

Latest
Compare
Choose a tag to compare
@ahmedeldamity ahmedeldamity released this 13 Aug 12:12
· 103 commits to master since this release
b70717f

This release marks the initial setup of our microservices architecture using ASP.NET Core. Here's a breakdown of the included projects:

Coupon API Project:

  • Manages coupon creation, validation, and retrieval.
  • Designed for scalability and efficient handling of discount operations.
  • Follows RESTful principles for seamless integration with other services.

Auth API Project:

  • Provides robust authentication and authorization services.
  • Supports JWT for secure and flexible user management.
  • Designed to be easily extensible for future security enhancements.

Main MVC Project:

  • Acts as the entry point for users, integrating with the Coupon and Auth APIs.
  • Features a user-friendly interface for interacting with the services.
  • Implements dependency injection and service-oriented architecture for maintainability.