Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ndlano/draft-api

DEPRECATED! Moved into the backend monorepo: https://github.com/NDLANO/backend. API for creating and updating article drafts
https://github.com/ndlano/draft-api

Last synced: about 4 hours ago
JSON representation

DEPRECATED! Moved into the backend monorepo: https://github.com/NDLANO/backend. API for creating and updating article drafts

Awesome Lists containing this project

README

        

# Draft API
![CI](https://github.com/NDLANO/draft-api/workflows/CI/badge.svg)

Creates, updates and returns an Article draft`. Implements Elasticsearch for search within the article database.

## Developer documentation
**Compile**: sbt compile

**Run tests:** sbt test

**Run pact provider verification tests:** sbt "pact:testOnly -- -n PactProviderTest"

**Create Docker Image:** sbt docker

**Check code formatting:** sbt checkfmt

**Automatically format code files:** sbt fmt