Skip to content

viavn/course-1976

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developing APIs with ASP.NET Core and EF Core and Dapper

Project for courses 1974 and 1976 from balta.io.

Built With

Instructions

  • This project uses docker to run SQL Server, so to setup your enviroment, follow Microsoft guide to install and run SQL Server 2017 for Linux with Docker.

  • Remember to change connection string on appsettings.json.

  • Install ef core tools with you does not have it yet:

    dotnet tool install --global dotnet-ef
  • Restore project, just for safe:
    dotnet restore
  • And finally, run the above command to create the database:
    dotnet ef database update

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details