Skip to content

Abhishek07788/DesignScript-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DesignScript-backend

Backend Cyclick Deploy Link: https://magnificent-pink-horse.cyclic.app

Routes

user:

"/user" => get, post, patch, delete "/user/signup" => get "/user/login" => get

blogs:

"/blogs" => get, post, patch, delete "/blogs/title/${title}" => get "/blogs/user/${id}" => get

comments:

"/comments" => get, post, patch, delete "/comments/blog/${id}" => get "/comments/user/${id}" => get "/comments/${id}" => get