TGS helps with generating students' testimonials on demand at a university.
- Go to the dist folder (Extract dist.zip) and locate
psql_bitc.sql
- Create a database
bitc
and run thepsql_bitc.sql
queries therein - Ensure you have Java installed.
- Run the app and test it out.
- Send in your feedback
-
Install Java, JDK and PostgreSQL.
-
Import the project on Netbeans and be sure to add the
lib
folder to theclasspath
. -
Run
cat > .env
and add the following: (Not that the values do not have quotes!)DB_PATH=jdbc:postgresql://localhost:5432/bitc DB_USER=<db_user> DB_PASSWORD=<db_password>
-
Run the app and test it out with these credentials:
Id | Password |
---|---|
CS1 | admin |
CS2 | ironman |
FS1 | admin |