This is a spring boot application built for a generation of statement of results for a tertiary institution.
- List of Student Statement
- Add Statement module
- View Statement of result
- Bulk upload Statements
- Search statement by Matric number
- Clone the repository to your local computer with the git clone command or download and extract the zip file to your computer
- Navigate to the folder in rstatement/src/resources and edit the applications.properties file as follows:
- server.port = 8080
- spring.datasource.url=jdbc:mariadb://localhost:3306/gabriel (i'm using mariadb you can use whatever database you like as long as you install the dependencies in the pom.xml file)
- spring.datasource.username=yourdatabaseusername
- spring.datasource.password=yourdatabasepassword
- spring.jpa.hibernate.ddl-auto=update
- spring.jpa.show-sql=true
- Navigate into the rstatement folder
- In the rstatement/src/main/java/com/gabriel/rstatement folder run the RstatementApplication.java file
- Once the application is running open your browser and navigate to the url http://localhost:8080/student to explore the application.



