Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ndlano/concept-api
- Owner: NDLANO
- License: gpl-3.0
- Created: 2019-06-18T13:19:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T13:28:57.000Z (almost 2 years ago)
- Last Synced: 2024-04-10T18:10:58.187Z (7 months ago)
- Language: Scala
- Homepage:
- Size: 564 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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