David Headrick 88bcac382c Refactor project structure and update dependencies
- Updated project setup to use Vite for React application.
- Removed unnecessary files and simplified configurations.
- Enhanced authentication and routing in the application.
- Improved code quality with ESLint and updated styles.
- Added new components for better user experience, including a password recovery modal.
- Updated documentation for clearer setup instructions.
2025-02-20 09:55:56 -06:00

391 B

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 project file to add a reference to the frontend project and set SPA properties.
  • Update launchSettings.json to register the SPA proxy as a startup assembly.
  • Add project to the startup projects list.
  • Write this file.