- Configurations used to make: Linux Xubuntu, IntelliJ IDEA Ultimate and H2 Database
-
Verify the Java version (17). It needs to be compatible.
-
Verify in the machine if it has Angular Cli installed.
-
Verify in the machine if it has Maven installed.
(obs: remember to reach the root folder of project ("cotefacil-test"))
-
Running Java project:
-
mvn clean install -f ./cotefacil-java-test -
java -jar ./cotefacil-java-test/target/cotefacil-java-test-1.0.1.jar -
Running Angular project
-
cd ./angularQuestionOne -
npm install -
ng s --open
- Running Angular project
cd ./angularQuestionThreenpm installng s --open