Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

zoonman/lizard-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

curl -H "Content-Type: application/json" -X POST \
    -d '{"email":"blackhole@zoonman.com","password":"xyz"}' \
    http://127.0.0.1:10123/api/v1/users
curl -H "Content-Type: application/json" -X POST \
    -d '{"bmi":1.05}' \
    http://127.0.0.1:10123/api/v1/users/3/records
curl http://127.0.0.1:10123/api/v1/users
curl http://127.0.0.1:10123/api/v1/users/3/records

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages