This tool will use yaml files to generate API Docs for IUDX entities like Catalogue, Auth, Resource Server etc.
git clone https://github.com/rbccps-iisc/iudx-api-doc-server
cd iudx-api-doc-server
npm install
NOTE: Place the server certificate and key in cert/ directory for enabling https connection. Name the certificate as server.pem and key as key.pem. This nomenclature is necessary.
npm test
The server will be listening at https://localhost:11443
npm start
The server will be listening at https://localhost
Visit this page to view all contributors