This POS System is developed as the server(backend) for a web based point of sales system. This has used to handle requests and responses. Apache Tomcat server is used as the HTTP web server environment.
- Either fork or download the repository using the URL https://github.com/IrushiSalwathura/point-of-sales-system-web-backend-spring-webmvc.git
- To fork use the command git clone https://github.com/IrushiSalwathura/point-of-sales-system-web-backend-spring-webmvc.git
The project is created with:
- Spring Web MVC
- Apache Tomcat
- Apache Maven
- Spring framework (Spring Core)
- Hibernate ORM (JPA provider)
- Hibernate Bean Validator
- JDBC
- JFoenix
- Project Lombok
- Hibernate Core (Consists JPA)
- Spring Context (Consists Spring Core)
- Spring Data JPA
- Spring Web MVC
- Jackson
- Hibernate Bean Validator
(All dependencies are added in the pom.xml file)