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

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

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