This POS System is developed as the server(backend) for a web based point of sales system. This can be used to handle requests and responses. Spring Boot has used to implement a RESTful API for this project.
- Either fork or download the repository using the URL https://github.com/IrushiSalwathura/point-of-sales-system-web-backend-spring-boot.git
- To fork use the command git clone https://github.com/IrushiSalwathura/point-of-sales-system-web-backend-spring-boot.git
The project is created with:
- Apache Tomcat
- Apache Maven
- Spring boot
- JDBC
- JFoenix
- Project Lombok
- Spring Boot Starter Data JPA
- Spring Boot Starter Validation
- Spring Boot Starter Web
(All dependencies are added in the pom.xml file)