Skip to content

Candra0x6/Livify

Repository files navigation

Livify: Open-Source Furniture E-Commerce Platform

Livify Livify is an open-source e-commerce platform specifically designed for furniture retailers. Built with modern web technologies, it offers a scalable, customizable, and user-friendly solution for businesses looking to establish or upgrade their online presence in the furniture market.

🚀 Features

  • Responsive, mobile-first design
  • User authentication and profile management
  • Product catalog with advanced filtering and search capabilities
  • Shopping cart and wishlist functionality
  • Secure checkout process with Stripe integration
  • Admin dashboard for inventory and order management
  • Integration with Supabase for robust and scalable data management

🛠 Tech Stack

🚦 Getting Started

Prerequisites

  • Node.js (v14 or later)
  • npm or yarn
  • Supabase account
  • Stripe account

Installation

  1. Clone the repository:

    git clone https://github.com/Candra0x6/furnitech.git
    cd livify-app
    
  2. Install dependencies:

    npm install
    # or
    yarn install
    
  3. Set up environment variables: Create a .env.local file in the root directory and add the following variables:

    NEXT_PUBLIC_SUPABASE_URL=your_supabase_url
    NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key
    STRIPE_SECRET_KEY=your_stripe_secret_key
    NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=your_stripe_publishable_key
    
  4. Run the development server:

    npm run dev
    # or
    yarn dev
    
  5. Open http://localhost:3000 in your browser to see the application.

🤝 Contributing

We welcome contributions from the community!

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.

🙏 Acknowledgements

📞 Contact

For any queries or support, please open an issue in this repository or contact me [email protected].


Happy coding! 🚀🪑

About

E-Commerce - Next JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages