Skip to content

Releases: ahmedeldamity/NanoNet

V.0.1

13 Aug 12:12
b70717f
Compare
Choose a tag to compare

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.