Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 471 Bytes

File metadata and controls

14 lines (11 loc) · 471 Bytes

AcmeActivityManager - Technical test

Requirements
    - Visual Studio 2017
    - ASP.NET Core 2.0
    - Entity Framework Core 2.0
    - SQL Server Express
Instructions
In order to run you'll need to create the database and table by running the migration contained inside the project:
    - Go to Package Manager Console
    - Type update-database

The database AcmeActivityDB will be located at you local server.