Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ranindunethmina/web-pos-using-java_ee
A simple POS system for managing customers, items, and orders, featuring an intuitive front-end with JakarthaEE back-end integration.
https://github.com/ranindunethmina/web-pos-using-java_ee
ajax api java javaee jquery tomcat-server
Last synced: 1 day ago
JSON representation
A simple POS system for managing customers, items, and orders, featuring an intuitive front-end with JakarthaEE back-end integration.
- Host: GitHub
- URL: https://github.com/ranindunethmina/web-pos-using-java_ee
- Owner: ranindunethmina
- License: mit
- Created: 2024-08-09T08:29:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-05T12:03:09.000Z (9 days ago)
- Last Synced: 2025-01-05T13:18:00.887Z (9 days ago)
- Topics: ajax, api, java, javaee, jquery, tomcat-server
- Language: Java
- Homepage:
- Size: 6.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WEB-POS System
## Overview
**WEB-POS System** is a web-based Point of Sale (POS) application that manages customer data, item data, and order processing. The system is built with a Java EE backend and a JavaScript frontend, storing data temporarily in arrays without database persistence.## Features
- Customer Management (Add, update, delete, and retrieve customer information.)
- Item Management (Add, update, delete, and retrieve item details.)
- Order Management (Add new orders and retrieve a list of existing orders.)## Technologies
- **Backend:** Jakartha EE, MySQL
- **Frontend:** HTML, CSS, JavaScript
- **Build Tool:** Maven, Tomcat
## Usage
1. Clone the repository:
```bash
git clone https://github.com/ranindunethmina/WEB-POS-using-java_EE.git
```
2. Navigate to the project directory:
```bash
cd web-pos-system
```
3. Build the project (optional):
```bash
mvn clean install
```
4. Deploy the project on your preferred Java EE server (e.g., Apache Tomcat).
5. Open your browser and navigate to the deployed application's URL.## Contributing
Contributions are welcome! Please fork this repository, create a new branch for your feature or bugfix, and submit a pull request.## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.---
Feel free to customize this template according to your project's specific needs!