Skip to content

llummin/electronic-journal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

163 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electronic journal

This application for managing student grades and assignments.

Building the Project

To build the project, you need to follow these steps:

  1. Clone the repository using Git: git clone https://github.com/llummin/electronic-journal.git
  2. Navigate to the project directory: cd <project_name>
  3. Install dependencies: mvn install
  4. Build the application: mvn package

Running the Application

To run the application, you need to follow these steps:

  1. Create a PostgreSQL database using the psql utility or any other convenient way.
  2. Configure the connection to the database in the application.properties file. To do this, edit the application.properties file as follows:
# Database connection URL
spring.datasource.url=jdbc:postgresql://localhost:5432/<your_database>
# Database username
spring.datasource.username=<your_username>
# Database password
spring.datasource.password=<your_password>

About

Client-Server application for managing student grades and assignments

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors