Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 994 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 994 Bytes

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