A simple document-based API
Make sure Node.JS is installed
Clone the repo
git clone https://github.com/cattode/doc-api.git
Install dependencies
npm install
Start the server
npm start
The configuration file is in doc-api/src/config.ts.
By default, the API runs on http://localhost:3000/
.
An API usage guide can be found on the Wiki.
npm test
This project is unlicensed.