We have detected that you are using AdBlock.

Please disable it for this site to continue.

  • All Passwords for this resource will be in "Updates" tab below.

    We only publish files for testing purpose. Consider buying licenses to support original developers.

Responsive POS System

Responsive POS System v1.0.0

preview (1).webp


Order Shop is a full-stack responsive POS system built with Next.js and Express.js. It includes an admin dashboard to manage products, categories, and orders, and a customer-facing interface to place orders. The application is mobile-friendly, integrates with Google Drive for secure image uploads, and uses MongoDB for data persistence. This is an ideal starter kit for developers building e-commerce or ordering systems. Easy to install, developer-friendly, and fully open for customization.

Features​

Full POS system starter templateAdmin dashboard for managing products, categories, and customer ordersCustomer-facing interface for placing ordersResponsive design for mobile and desktop (Tailwind CSS)Image upload and management via Google Drive APIShopping cart system and order trackingBuilt with Next.js (client) and Express.js (server)MongoDB for fast and scalable data storage

Requirements​

Node.js v18 or higherMongoDB database (local or cloud)Google Cloud account with Drive API enabledComposer (for optional dependency management)Web server or VPS for deploymentBasic knowledge of terminal usage

Instructions​

⚠️ For full setup steps and troubleshooting, please refer to the included README file.

Quick Setup:​

  1. Download and extract the source code
  2. Install dependencies:
    bash
    CopyEdit


    cd server && npm install
    cd ../client && npm install





  3. Set environment variables for both server and client
  4. Set up a Google Cloud project and connect the Drive API
  5. Set up MongoDB and update the .env.local files
  6. Start the app:
    bash
    CopyEdit


    cd server && npm start
    cd client && npm run dev
  7. Access:
Author
kashif
Downloads
1
Views
11
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from kashif

Top