https://bcknone.vercel.app
I create this repo for my backend Practice in this Respo I create the 5 simple api using nodejs + express
-
POST : /user/register
this Accept the form-data name, email, password . process the data and register the credentials
-
POST : /user/file
this Accept the just file process the file store in cloudinary and in reposnse return the live URL
-
POST : /user/param/dm-thedeveloper
this Accept the just param and return in reposnse as data
-
GET : /user/set-cookie
This is Static Method for set set-cookies
-
GET : /user/-cookie
This is Static Method for set Get Cookies
