Skip to content

obh/go-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

export CONFIG=/Users/rohit/go/src/obh-crud/config/SAMPLE_CONFIG

## dependencies
go get github.com/labstack/echo/v4

# Add a user
curl -X POST http://localhost:1323/users -H 'Content-Type: application/json' -d '{"email" : "rohit@gocashfree.com", "phone":"9908734803", "password" : "pswd123" }'

# Authenticate a user
curl -X POST http://localhost:1323/auth -H 'Content-Type: application/json' -d '{"email" : "rohit@cashfree.com",  "password" : "pswd123" }'


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages