Archived
2

updated README

This commit is contained in:
vle2fe 2020-01-14 16:31:14 +01:00
parent 70f18b8d52
commit 23b7627246

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# 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`.