Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

DEPRECATED! Moved into the backend monorepo: https://github.com/NDLANO/backend
https://github.com/ndlano/concept-api

Last synced: about 4 hours ago
JSON representation

DEPRECATED! Moved into the backend monorepo: https://github.com/NDLANO/backend

Awesome Lists containing this project

README

        

# concept-api

![CI](https://github.com/NDLANO/concept-api/workflows/CI/badge.svg)

Creates, updates and returns a Concept. Implements Elasticsearch for search within the concept database.

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

**Run tests:** sbt test

**Create Docker Image:** sbt docker

**Check code formatting:** sbt checkfmt

**Automatically format code files:** sbt fmt