Skip to content

KirillosTY/Course-Overview-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a practice project for a course.

Course Overview System

This application is created to help in managing courses, tasks, notes and projects in general. Mainly by keeping track of deadlines, workhours put in and saving notes.

Note: You will need to have java 11 installed and environment set for it to operate properly.

Documentation

Manual

Functional requirements

Architecture

Testing Document

Workhours

Sources

Releases

Latest release

Command line tools

Start the program by using the following command:

java -jar COSWindows.jar

or

java -jar COSLinux.jar

Note: below this line everything is generated to a "target" directory located in the run location. It will be generated after first run.

Create a jar file by using the following command:

mvn package

Start testing by using the following command:

mvn test

Get a report of the tests using the following command:

mvn test jacoco:report

Run checkstyle with the following commnad:

mvn jxr:jxr checkstyle:checkstyle

Generate java documentation with the following command:

mvn javadoc:javadoc

This project is changing it´s main language to english. Some parts may be in only finnish for now, but will be updated soon.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published