Backend:
1. ASP NET Core with MySQL database
2. Navigate to the appsetting.Development.json and set the correct password in the connection string.
3. Run the build-and-run.ps1 script in the server folder
Frontend:
1. Angular
2. Run the build-and-run.ps1 script in the client folder
The application will be available on http://localhost:8081.
The admin user will already exist with username Admin and password Admin.