2024-12-11 03:24:03 +05:30

10 lines
434 B
Markdown

This file explains how Visual Studio created the project.
The following steps were used to generate this project:
- Create new ASP\.NET Core Web API project.
- Update `launchSettings.json` to register the SPA proxy as a startup assembly.
- Update project file to add a reference to the frontend project and set SPA properties.
- Add `dockerfile` to set up docker build.
- Add project to the startup projects list.
- Write this file.