Skip to content

Paul-Ben/dukeNpb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dukeNpb

Statement of result generation application.

This is a spring boot application built for a generation of statement of results for a tertiary institution.

Features:

  • List of Student Statement
  • Add Statement module
  • View Statement of result
  • Bulk upload Statements
  • Search statement by Matric number

Screenshot from 2024-04-04 21-29-39

Screenshot from 2024-04-04 21-30-47 Screenshot from 2024-04-04 21-30-27 Screenshot from 2024-04-04 21-30-04

How to use:

  1. Clone the repository to your local computer with the git clone command or download and extract the zip file to your computer
  2. 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
  1. Navigate into the rstatement folder
  2. In the rstatement/src/main/java/com/gabriel/rstatement folder run the RstatementApplication.java file
  3. Once the application is running open your browser and navigate to the url http://localhost:8080/student to explore the application.

About

This is an application to generate statement of results for students. Built with springboot, html, bootstrap and javascript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors