Skip to content

pactumjs/pactum-flow-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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