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)
- Host: GitHub
- URL: https://github.com/mevdschee/data-api-dot-net
- Owner: mevdschee
- Created: 2015-11-06T21:06:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-17T20:42:22.000Z (about 9 years ago)
- Last Synced: 2025-05-07T09:02:15.607Z (8 months ago)
- Language: C#
- Homepage:
- Size: 37.1 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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