A simple .NET Core Api using EF Core, MySQL, and Docker.
- .NET Core: https://www.microsoft.com/net/core#macos
- MySQL: https://www.mysql.com/
- Clone repo
- Add your MySQL server credentials to CryptoNetWorth.Api > appsettings.json
- dotnet restore
- cd CryptoNetWorth.Api
- dotnet run
- access http://localhost:5000/api/digitalassets
- docker build -t cryptonetworth .
- docker run -d -p 8080:80 --name cryptonetworthapp cryptonetworth
- access http://localhost:8080/api/digitalassets