Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 687 Bytes

File metadata and controls

13 lines (11 loc) · 687 Bytes

FastEndpointsTemplate

An example Vertical Slice Architecture Api application using FastEndpoints.

Getting Started

  1. Git Clone the repo to your device
  2. Open command prompt and set the current folder to the root of the repo
  3. Execute 'dotnet new install .' command in the command prompt
  4. While in command prompt create a folder in the location you want the template code to be created
  5. Execute 'dotnet new vsa-template -o "New Micro Service Name here"' command in the command prompt
  6. If you need to uninstall the template
    • Open command prompt and set the current folder to the root of the repo
    • Execute 'dotnet new uninstall .' command in the command prompt