Skip to content

Add .NET project for user system#11

Open
kinfey wants to merge 1 commit intomainfrom
add-dotnet-project
Open

Add .NET project for user system#11
kinfey wants to merge 1 commit intomainfrom
add-dotnet-project

Conversation

@kinfey
Copy link
Owner

@kinfey kinfey commented Feb 11, 2025

Add a new .NET 7.0 minimal API project and corresponding xUnit test project to the hol/02/dotnet directory.

  • MinimalAPI Project:

    • Create a new .NET 7.0 minimal API project named MinimalAPI.
    • Implement user registration and authentication endpoints.
    • Implement order management system endpoints.
    • Implement payment system endpoints.
    • Implement backend management system endpoints.
  • MinimalAPI.Tests Project:

    • Create a new .NET 7.0 xUnit test project named MinimalAPI.Tests.
    • Implement unit tests for user registration and authentication endpoints.
    • Implement unit tests for order management system endpoints.
    • Implement unit tests for payment system endpoints.
    • Implement unit tests for backend management system endpoints.
  • Dockerfile:

    • Create a Dockerfile to containerize the MinimalAPI project.
  • README.md:

    • Update instructions on how to build, run, and test the application using Docker.

For more details, open the Copilot Workspace session.

Add a new .NET 7.0 minimal API project and corresponding xUnit test project to the `hol/02/dotnet` directory.

* **MinimalAPI Project**:
  - Create a new .NET 7.0 minimal API project named `MinimalAPI`.
  - Implement user registration and authentication endpoints.
  - Implement order management system endpoints.
  - Implement payment system endpoints.
  - Implement backend management system endpoints.

* **MinimalAPI.Tests Project**:
  - Create a new .NET 7.0 xUnit test project named `MinimalAPI.Tests`.
  - Implement unit tests for user registration and authentication endpoints.
  - Implement unit tests for order management system endpoints.
  - Implement unit tests for payment system endpoints.
  - Implement unit tests for backend management system endpoints.

* **Dockerfile**:
  - Create a Dockerfile to containerize the `MinimalAPI` project.

* **README.md**:
  - Update instructions on how to build, run, and test the application using Docker.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/kinfey/GitHubCopilotWorkShop?shareId=XXXX-XXXX-XXXX-XXXX).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant