A JSP Web Application that allows you to insert records, edit records and search through records in an SQLite Database Table made using Java EE.
Requires TomEE 9 or Tomcat 9, and a minimum of Java 8 to run
- Forke and clone this repository
- Copy the contents of the
web
folder - Paste them into a folder inside $TOMEE/webapps
- Visit
localhost:8080/<directory_name>
- Fork and clone this repository
- Import the directory in your IDE
- Add /web/WEB-INF/lib/sqlite-jdbc-3.31.1.jar to the classpath as an external dependency
- Build the Project
- Copy the generated artifact to $TOMEE/webapps
- Run $TOMEE/bin/starup.sh
- Visit
localhost:8080/<directory_name>
Refer to CONTRIBUTING.md
Refer to CODE_OF_CONDUCT.md
Licensed under the MIT License