Skip to content

A JSP Web App that allows you to edit records, add records and search elements in a Database Table

License

Notifications You must be signed in to change notification settings

easylibsoft/sqlite-db-search

Repository files navigation

sqlite-db-search

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

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>

Build & Run

  • 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>

Contributing

Refer to CONTRIBUTING.md

Code of Conduct

Refer to CODE_OF_CONDUCT.md

License

Licensed under the MIT License

About

A JSP Web App that allows you to edit records, add records and search elements in a Database Table

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages