Skip to content

curhatin/backend-migration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api

Curhatin API

name link param
Register https://curhatin.herokuapp.com/account/register {fname : string, email : string , password :string}
Login https://curhatin.herokuapp.com/account/login {email : string , password : string}
tag https://curhatin.herokuapp.com/tag {tag:string}
post https://curhatin.herokuapp.com/post/add {postId : integer , tagId: integer , post : text , topic : text}
comment https://curhatin.herokuapp.com/comment/add {postId : integer , accountId : integer , comments : TEXT}
postComment get some https://curhatin.herokuapp.com/postcomment/get {postId : integer}
get me https://curhatin.herokuapp.com/account/me {token}
postComment get all https://curhatin.herokuapp.com/postcomment/getall
delete https://curhatin.herokuapp.com/post {postId : integer}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •