Skip to content

A simple .NET Core API using EF Core, MySQL, and Docker.

Notifications You must be signed in to change notification settings

831Dev/CryptoNetWorth

Repository files navigation

CryptoNetWorth

A simple .NET Core Api using EF Core, MySQL, and Docker.

REQUIRED SOFTWARE

  1. .NET Core: https://www.microsoft.com/net/core#macos
  2. MySQL: https://www.mysql.com/

SET UP THE PROJECT

  1. Clone repo
  2. Add your MySQL server credentials to CryptoNetWorth.Api > appsettings.json

RUNNING LOCALLY WITH KESTREL

  1. dotnet restore
  2. cd CryptoNetWorth.Api
  3. dotnet run
  4. access http://localhost:5000/api/digitalassets

RUNNING FROM DOCKER

  1. docker build -t cryptonetworth .
  2. docker run -d -p 8080:80 --name cryptonetworthapp cryptonetworth
  3. access http://localhost:8080/api/digitalassets

About

A simple .NET Core API using EF Core, MySQL, and Docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages