This repository contains CSE471 Lab Group No 11
PROJECT, Spring 2023
Section 05
.
To test and run the application, or if you want to modify things according to your needs
you will have to install the following things.
-
java
jdk
version 17 or higher. Download jdk if you don't have it already.If you're on unix like system, you can use SDK MAN which has certain advantages over other methods.
To check your version of java, run:
java --version
-
node
node
version 16.15.1 or higher. Download node if you don't have it already.To check your version of node, run:
node --version
-
npm
npm
version 5.6.1 or higher. You will have it after you install node.To check your version of npm, run:
npm --version
-
A valid vaadin pro
subscription
orstudent subscription
For more information, visit vaadin
to set up, please follow these steps:
-
Clone the repo
make sure that you have git installed. To check run
git --version
in your terminal.git clone https://github.com/Inmoresentum/Lawyer-Consultation-System.git
-
Change directory to the project directory
cd Lawyer-Consultation-System
or open this directory with your favourite
code editor
orIDE
which will download all the dependencies for maven. We used IntelliJ IDEA but other codeeditors
orIDES
will also do the job. -
Click the
play
icon which will start the spring boot application and will recursively download all thenpm
dependencies. Alternatively, from the terminal use maven to build and run using./mvnw clean install
. -
By default, the server should start http://localhost:8080
you've found a bug in the source code, a mistake in the documentation? you can help by submitting an issue on GitHub. before you create an issue, make sure to search for the issue archive -- your issue may have already been addressed!
please try to create bug reports that are:
- reproducible. include steps to reproduce the problem.
- specific. include as much detail as possible: which version, what environment, etc.
- unique. do not duplicate existing opened issues.
- scoped to a single bug. one bug per report.