A portal that allows CRUD operations to upload swagger documentation.
This project requires node to be installed, view the official Node Installation Guide, for how to install Node.
Run the following command to install all npm packages
npm install && npm install --only=dev
npm start
: Starts the server using nodemon (dev only)npm run build
: Starts the server using babel-nodenpm run test
: Run through Jest spec testsnpm run lint
: Run through Eslint requirements (required for pull request)npm run coverage
: Run trough Jest coverage tests
This server comes with a defined API specification (yes, you can upload the swagger for the api documentation portal to the api documentation portal).