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
bitcand run thepsql_bitc.sqlqueries 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
libfolder to theclasspath. -
Run
cat > .envand 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 |