Skip to content

bbno-c/Microservices_

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS_TestTask

Usage:

  1. clone the repository

  2. run

    cd .\NodeJS_TestTask\
    docker-compose up
  3. Here's an example curl command to test the request:

    For Unix systems:

     curl -X POST \
     http://localhost:3000/process \
     -H 'Content-Type: application/json' \
     -d '{"data": 5}'

    For Windows:

     Invoke-RestMethod -Method Post `
     -Uri 'http://localhost:3000/process' `
     -Headers @{'Content-Type' = 'application/json'} `
     -Body '{"data": 5}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors