The solution contain two projects.
- ActivitySignup
- ActivitySignupTest
This is a main project containing the front-end and backend projects. Angular v8 is used for front-end and .NET Core v3.1 for the back-end.
Steps to get the project running:
- Edit the appsettings.json file to change the connection string as desired.
- Run the command
dotnet ef database update
in the Package Manager Console. This will create a new database. - Run the project.
This is a test project used for testing the .NET Core APIs.