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 🩷
- Host: GitHub
- URL: https://github.com/mahfujgithub/birthday-gift-server
- Owner: mahfujgithub
- Created: 2024-11-26T11:42:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-29T06:36:15.000Z (about 1 year ago)
- Last Synced: 2025-02-15T01:17:31.824Z (11 months ago)
- Topics: express-js, mongodb, monolith, nosql, typescript
- Language: TypeScript
- Homepage: https://birthday-gift-server.vercel.app
- Size: 236 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."
}