wario2k / .Net-Api

A basic restful API to handle getting and posting requests to and from a DB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Simple REST API created using C# .Net

Build Status

Summary:

This project is a simple restful service that allows the user to create, update, read and delete records from a DB.

The ReportController handles all interactions with the DB and the Data Transfer Objects are being used to interact with the DB. All CRUD operations are currently supported and the Api was testing using a MSQL Database.

This should serve as a good template for anyone trying to build a simple REST Api and can be integrated as needed 😃.

About

A basic restful API to handle getting and posting requests to and from a DB


Languages

Language:C# 100.0%