pactumjs / pactum-flow-api

Backend API for pactum flow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Backend API for pactum flow

License:MIT License


Languages

Language:JavaScript 100.0%