Backend security service for pactum flow server.
To get started, install the following softwares
- Node.js
- Docker
Run the below command to start the server
docker compose up -d
- Server runs on port
3001
- Mongo DB runs on port
4001
Navigate to http://localhost:3001/api/flow/captain/v1/ for accessing swagger page.
Run the below command to run API component tests.
npm run test