IoTBay is a Java web application developed with Java EE 7, JSP, and Hibernate.
- Java EE 7
- Netbeans 12.3
- GlassFish or other server available in Netbeans
- Open the project in Netbeans
- Run the project in Netbeans
- Select the server (e.g. GlassFish)
The code will then be compiled and the web app should automatically be launched in the browser. Otherwise, it can be located at localhost:8080/IoTBay
The official database should be automatically connected (configured in src/main/resources/META-INF/persistence.xml).
A local version can be initialised using the postgreSQL script at src/main/resources/db.sql, but compatability with the application cannot be guaranteed.
- Shopping cart
- Ordering system
- Repo management / Integration