An open API service indexing awesome lists of open source software.

https://github.com/mevdschee/data-api-dot-net

A C# port of the full php-crud-api project (single file REST API)
https://github.com/mevdschee/data-api-dot-net

Last synced: 7 months ago
JSON representation

A C# port of the full php-crud-api project (single file REST API)

Awesome Lists containing this project

README

          

# data-api-dot-net

Single file REST API that runs on Mono/XSP2 (and on IIS with ASP.net 4.5)

NB: WORK IN PROGRESS - NOT FINISHED YET!

## How to start

```single.ashx``` combines ```api.ashx``` and ```api.cs``` to be a single file.

Suggested IDE: MonoDevelop (or Visual Studio)

```api_complex.cs``` is the start of a port of the full [php-crud-api](https://github.com/mevdschee/php-crud-api) project.

Download mysql-connector-net-6.9.9-noinstall.zip

sudo gacutil -i mysql/v4.0/MySql.Data.dll

sudo apt-get install mono-complete monodevelop