https://github.com/mahfujgithub/memories-bring-back
https://github.com/mahfujgithub/memories-bring-back
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mahfujgithub/memories-bring-back
- Owner: mahfujgithub
- Created: 2024-12-15T10:27:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-17T08:34:58.000Z (over 1 year ago)
- Last Synced: 2025-04-09T06:43:36.377Z (about 1 year ago)
- Language: TypeScript
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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."
}