gothinkster / aspnetcore-realworld-example-app

ASP.NET Core backend implementation for RealWorld
https://realworld.io
MIT License
1.93k stars 548 forks source link

No License for Repo #75

Closed morgankenyon closed 4 years ago

morgankenyon commented 4 years ago

Taking a look at your repository it doesn't seem like you have a license. Was that intentional? If not, would you be able to add one?

adamhathcock commented 4 years ago

Done with https://github.com/gothinkster/aspnetcore-realworld-example-app/commit/097b288a078537d754644f11d00580a06af67e76

morgankenyon commented 4 years ago

Thanks @adamhathcock . I'm enjoying reading through this implementation of the Real World App. As someone who hasn't really used MediatR before, it's nice to see how it can be used in an app.