Giftly is an e-commerce platform that allows users to personalize and schedule virtual gifts for their loved ones, making gift-giving a seamless experience.
- Gift Customization: Personalize gifts with various options.
- Wishlist Functionality: Save favorite gifts for later.
- Scheduled Delivery: Plan gift deliveries in advance.
- Live Chat Support: Real-time assistance for users.
- Real-time Notifications: Stay updated on order status.
- Admin Panel: Manage gifts and users efficiently.
- Payment Integration: SSLCommerz for secure payments.
- User Authentication: Secure login and registration.
- Frontend: React, TypeScript, Tailwind CSS
- Backend: Node.js, Express.js, Mongoose, MongoDB
- Third-party Services: Cloudinary (image upload), Firebase (authentication), SSLCommerz (payment processing),
To set up the project locally, follow these steps:
# Clone the client repository
git clone https://github.com/Codex-digital1/Giftly.git
# Navigate to the client directory
cd giftly
# Install dependencies
npm install
# Start the client side
npm run dev
# For setting up the server-side, follow the instructions in the server repository:
Giftly Server repository : https://github.com/Codex-digital1/Giftly-Server