Menu Close

REST API for web-application Superheroes

S U P E R H E R O E S 🦾

I am pleased to present you a web application about superheroes!

💻 Tech Stack

Server: Node.js, Express.js, MongoDB, Multer, Cloudinary.

🔗 Base url https://superheroes-q2df.onrender.com

🔗 GET https://superheroes-q2df.onrender.com/api/superheroes

📌 Responce
Responce
📌 …with pagination
Responce

🔗 POST https://superheroes-q2df.onrender.com/api/superheroes

📌 Responce
Responce

🔗 GET https://superheroes-q2df.onrender.com/api/superheroes/:heroId

📌 Responce
Responce

🔗 DELETE https://superheroes-q2df.onrender.com/api/superheroes/:heroId

📌 Responce
Responce

🔗 PATCH https://superheroes-q2df.onrender.com/api/superheroes/:heroId

📌 Responce
Responce

View Source Code
Posted in Express, expressjs, MongoDB, Mongoose, Node.js, NodeJs, web development