Skip to content

Kukkui/kukkui-sertis-lab-backend-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sertis Backend Lab API lists...
GET localhost:5000 // {}
POST localhost:5000/auth // {username,password}
GET localhost:5000/session // {}
POST localhost:5000/api/allPost // {}
POST localhost:5000/api/myPost // {}
POST localhost:5000/api/addPost // {content,cardName,cardstatus,cardContent,cardCategory}
PUT localhost:5000/api/editPost/[id] // {content,cardName,cardstatus,cardContent,cardCategory}
DELTE localhost:5000/api/deletePost/[id] // {}







GET localhost:5000 // {}




POST localhost:5000/auth // {username,password}




GET localhost:5000/session // {}




POST localhost:5000/api/allPost // {}




POST localhost:5000/api/myPost // {}




POST localhost:5000/api/addPost // {content,cardName,cardstatus,cardContent,cardCategory}




PUT localhost:5000/api/editPost/[id] // {content,cardName,cardstatus,cardContent,cardCategory}




DELTE localhost:5000/api/deletePost/[id] // {}






About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published