Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 429 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 429 Bytes

pactum-flow-api

Backend API server for pactum flow

Getting Started

Install Node.js

Install Dependencies

npm i

Run MongoDB

docker run -d --name mongo -p 27017:27017 mongo:4.2.12

Run Server

npm run start

Navigate to http://localhost:3000/api/flow/v1/ for swagger page.

Run Server Development Mode

npm run start:dev

Run Tests

npm run test