Skip to content

ahmadessamshahin/go-react-simple-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Run project

docker-compose up -d --build

Request

You have to create phone to have something to list as there is no seed

curl -X POST \             
  -H "Content-type: application/json" \
  -H "Accept: application/json" \
  -d '{"number":"(237) 236811111"}' \
  "http://localhost:4000/phone-number" 
curl -X GET \                               
  -H "Content-type: application/json" \
  -H "Accept: application/json" \
  "localhost:4000/phone-numbers?count=3&start=2"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published