banana
/
definma-api
Archived
2
Fork 0
ReST API for DeFinMa (NodeJS)
This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
VLE2FE eaa6484dca added test helper and rewrote tests 2020-04-27 11:44:28 +02:00
.idea implemented first tests and basic functionality 2020-04-22 17:24:15 +02:00
oas added PUT /user route 2020-04-24 17:36:39 +02:00
src added test helper and rewrote tests 2020-04-27 11:44:28 +02:00
.gitignore added test helper and rewrote tests 2020-04-27 11:44:28 +02:00
README.md updated README 2020-04-20 08:45:47 +02:00
mainfest.yml init 2020-01-14 13:25:13 +01:00
package-lock.json changed to findById and improved db.loadJson 2020-04-24 10:53:45 +02:00
package.json changed to findById and improved db.loadJson 2020-04-24 10:53:45 +02:00
tsconfig.json implemented first tests and basic functionality 2020-04-22 17:24:15 +02:00
tslint.json init 2020-01-14 13:25:13 +01:00

README.md

Digital fingerprint of plastics - API

This is the API to access the database of the digital fingerprint of plastics project.

API documentation

The API is documented using the Open API Specification 3.0.2 and hosted together with the API under the /api path

Testing

Testing is done with mocha and can be executed using npm test.