This project provides endpoints for the API specification format conversions supported by Lucy's and other converters via a single API. The endpoints are also be exposed to end-users using a React web app.
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/postmanlabs/api-spec-converter.git
- Install NPM packages
npm install
- cd into
server
and runnode index.js
to start the server on port3001
. The port can be changed in index.js.
- cd into
react-app
and runnpm start
to start the react app on port3000
. You'll be able to view the app in a browser atlocalhost:3000
.