An open API service indexing awesome lists of open source software.

https://github.com/mahfujgithub/birthday-gift-server

An App can be BirthDay Gift! 🎁. May Be, It's called, Intellectual Cuteness 🩷
https://github.com/mahfujgithub/birthday-gift-server

express-js mongodb monolith nosql typescript

Last synced: 9 months ago
JSON representation

An App can be BirthDay Gift! 🎁. May Be, It's called, Intellectual Cuteness 🩷

Awesome Lists containing this project

README

          

## Slider APIs

https://birthday-gift-server.vercel.app/api/v1/slider/create - Create Slider Item.

https://birthday-gift-server.vercel.app/api/v1/slider - Get Slider Items.

https://birthday-gift-server.vercel.app/api/v1/slider/_id - Update Slider Item.

https://birthday-gift-server.vercel.app/api/v1/slider/_id - Delete Slider Item.

Sample Data:
{
"title": "Welcome to Our Store",
"des": "Discover the best collection of handcrafted items made with love.",
"img": "https://example.com/images/slider1.jpg"
}

## Gallery APIs

https://birthday-gift-server.vercel.app/api/v1/gallery/create - Create Gallery Item

https://birthday-gift-server.vercel.app/api/v1/gallery - Get Gallery Items

https://birthday-gift-server.vercel.app/api/v1/gallery/_id - Update Gallery Item

https://birthday-gift-server.vercel.app/api/v1/gallery/_id - Delete Gallery Item

Sample Data:
{
"title": "Abstract Art Collection",
"des": "A vibrant collection of abstract art that brings life to any space.",
"img": {
"url": [
"https://example.com/image1.jpg",
"https://example.com/image2.jpg",
"https://example.com/image3.jpg"
],
"height": "1080",
"width": "1920"
}
}

## Storey APIs
https://birthday-gift-server.vercel.app/api/v1/storey/create - Create Storey Item

https://birthday-gift-server.vercel.app/api/v1/storey - Get Storey Items

https://birthday-gift-server.vercel.app/api/v1/storey/_id - Update Storey Item

https://birthday-gift-server.vercel.app/api/v1/storey/_id - Delete Storey Item

```Sample Data:
{
"title": "Welcome to Our Store",
"des": "Discover the best collection of handcrafted items made with love."
}