- Dotnet 7.0
- SQL Server
- EF Core CLI
- Clone the repo
- Set up DB connection string in secrets.json:
{
"ConnectionStrings": {
"PhonebookDatabase": "[your connection string here]"
}
}
- Run
dotnet ef database update
to create the database - Run
dotnet run
to start the app