Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add license scan report and status #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
## Running on ASP.NET Core (Kestrel) with Dapper for data access

![Building an Awesome API with .NET Core-Nancy-Dapper](http://blog.nandotech.com/img/nancyhome.png)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fnandotech%2FVSNancyDemo.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fnandotech%2FVSNancyDemo?ref=badge_shield)

Repo is fairly basic with _HomeModule_ and _DispoModule_ that return a "greeting" from `appsettings.json` and the other that utilizes [Dapper](https://github.com/stackexchange/dapper-dot-net) for data access, showing how to implement a `POST` that inserts an object to the database and `GET` requests to retrieve data.

Expand Down Expand Up @@ -37,3 +38,7 @@ Credits to http://talkingdotnet.com's blog post @ http://www.talkingdotnet.com/u


Plans to use this alongside some other ASP.NET WebAPI's and perhaps use for some profiling tasks (`EF` vs `Dapper`, `Nancy` vs `ASP.NET` both on Kestrel, etc).


## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fnandotech%2FVSNancyDemo.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fnandotech%2FVSNancyDemo?ref=badge_large)