ReST API for DeFinMa (NodeJS)
2829752d0c
* commit 'aef275322955774e0c34c69ce3c4e7722aadcb9e': added TODOs, improved password validation refactored user.ts /materials/new|deleted sample number generation number prefixes are now not allowed to contain numbers material numbers defined as string, colors without numbers and numbers with leading zeros can be added material numbers defined as string, colors without numbers can be added number generation for condition done changed allowed characters for username |
||
---|---|---|
.idea | ||
api | ||
src | ||
static | ||
.gitignore | ||
mainfest.yml | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tslint.json |
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
.