https://github.com/admataz/adhocdocs
RESTful API for schema-based doc service powered by Fastify - current status experimental
https://github.com/admataz/adhocdocs
Last synced: 3 months ago
JSON representation
RESTful API for schema-based doc service powered by Fastify - current status experimental
- Host: GitHub
- URL: https://github.com/admataz/adhocdocs
- Owner: admataz
- License: mit
- Created: 2018-12-11T22:33:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-06T23:58:17.000Z (over 7 years ago)
- Last Synced: 2026-01-01T23:17:14.394Z (7 months ago)
- Language: JavaScript
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Ad hoc doc API server
A web app work in progress.
This will provide a web service, basic admin ui, and basic preview for defining, creating, managing, searching and browsing collections of types of documents, and building relationships between them.
The basic API is in place to create schema as document definitions, and to Create, Read, Update and Delete documents.
### in progress
- [ ] bulk upload of document data via CSV
- [ ] validation of payloads via schema definitions
- [ ] basic admin interface
- [ ] sample read (public) interface