https://github.com/mevdschee/java-crud-api
A Java port of the full php-crud-api project (single file REST API)
https://github.com/mevdschee/java-crud-api
Last synced: about 1 year ago
JSON representation
A Java port of the full php-crud-api project (single file REST API)
- Host: GitHub
- URL: https://github.com/mevdschee/java-crud-api
- Owner: mevdschee
- License: mit
- Created: 2017-01-19T21:19:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T22:23:20.000Z (about 3 years ago)
- Last Synced: 2025-04-26T15:02:39.730Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 384 KB
- Stars: 45
- Watchers: 9
- Forks: 24
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repo contains a port of the [PHP-CRUD-API](https://github.com/mevdschee/php-crud-api) project in Java.
- **core**: only the basic functionality (for benchmarking purposes)
- **full**: a full featured REST API based on your database structure