This is a Point of Sale (POS) system built with Express (or Hapi) for the backend and a React frontend. The application is designed to be responsive and accessible on various devices, including mobile phones, tablets, and PCs.
- User authentication and authorization
- Product management
- Cart functionality
- Order processing
- Responsive design for all devices
- Node.js
- npm or yarn
- Firebase account for Firestore
-
Clone the repository:
git clone https://github.com/Pancaananda/Frontend-POS.git
-
Navigate to the frontend directory:
cd pos-system/frontend
-
Install dependencies:
npm install
To start the frontend application, run:
npm start
The application will be available at http://localhost:3000
.
For deployment instructions, refer to the backend README.md for details on deploying to Google Cloud App Engine.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or features.
This project is licensed under the MIT License. See the LICENSE file for details.