From 23b76272468faaae65e75be6e402b6f8889e4557 Mon Sep 17 00:00:00 2001 From: vle2fe Date: Tue, 14 Jan 2020 16:31:14 +0100 Subject: [PATCH] updated README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a1fbc4d --- /dev/null +++ b/README.md @@ -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`.