https://github.com/khazifire/nextjscrud
a simple api crud, will update as i explore
https://github.com/khazifire/nextjscrud
Last synced: 4 months ago
JSON representation
a simple api crud, will update as i explore
- Host: GitHub
- URL: https://github.com/khazifire/nextjscrud
- Owner: khazifire
- Created: 2023-07-12T08:28:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T08:41:50.000Z (almost 2 years ago)
- Last Synced: 2025-01-04T14:22:19.585Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Simple CRUD API EXAMPLES
- /api/devices/[id] (GET, READ based on device id) eg. /api/devices/1
- /api/devices (GET - all devices),
- /api/devices (POST - Create new device) eg. {name: "dan"}