Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 586 Bytes

File metadata and controls

16 lines (13 loc) · 586 Bytes

Take-Home Assignment

The solution contain two projects.

  • ActivitySignup
  • ActivitySignupTest

ActivitySignup

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:

  1. Edit the appsettings.json file to change the connection string as desired.
  2. Run the command dotnet ef database update in the Package Manager Console. This will create a new database.
  3. Run the project.

ActivitySignupTest

This is a test project used for testing the .NET Core APIs.