-
Notifications
You must be signed in to change notification settings - Fork 0
obh/go-playground
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published