This was created purely for educational reasons as an API was required for a university project.
https://github.com/datamus - Project member
This repository was originally hosted privately elsewhere, and certain sensitive information was hardcoded. The history is therefore gone.
Documentation of the API can always be viewed while the project is running at HOST:PORT/DOCS
. A live example is hosted at https://gcpapi.cxdur.xyz/internal/docs/
.
Install dependencies by using npm install
and then run npm run start
. The server should automatically restart as changes are applied.
Install dependencies by using npm install
and then run npm run prod
.
Make sure dependencies are installed, and run tests by using npm test
.