Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 452 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 452 Bytes

competition-app

Application for competitions

Installation

Install visual studio community

https://visualstudio.microsoft.com/downloads/

Database configuration

Open the Package Manager Console and execute

 Run update-database -verbose

Execute the script located in Competition.App.Domain/scripts/scriptsV1.0.0.0.sql

Usage

Start visual studio and hit F5 for debug mode or ctrl+F5 to start without debuging