Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 444 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 444 Bytes

WISP Users Microservice

Dependencies:

  • recent version of Node.js + npm
  • recent version of MongoDB

Running Server:

For development:

  • npm install
  • npm run dev

Viewing OpenAPI spec:

docker pull swaggerapi/swagger-editor
docker run -d -p 8000:8080 swaggerapi/swagger-editor

Then open localhost:8000 and click File > Import File and navigate to your local clone of the repository.