- Clone the source code.
> git clone https://github.com/madawas/class-scheduling.git
- Navigate to the project root and build the project.
> cd class-scheduling
> mvn clean install
- Navigate to target and unzip
${project.name}-${project.version}.zip
> unzip ${project.name}-${project.version}.zip
- Run the application.
> java -jar ${project.name}-${project.version}.jar