No description
  • JavaScript 58.2%
  • Java 33%
  • HTML 4.8%
  • CSS 4%
Find a file
2023-04-05 17:35:57 -06:00
.vscode first commit 2023-04-05 14:05:24 -06:00
client first commit 2023-04-05 14:05:24 -06:00
data first commit 2023-04-05 14:05:24 -06:00
server first commit 2023-04-05 14:05:24 -06:00
target first commit 2023-04-05 14:05:24 -06:00
.DS_Store first commit 2023-04-05 14:05:24 -06:00
Discover-Statement-20220117.csv first commit 2023-04-05 14:05:24 -06:00
README.md Merge remote-tracking branch 'origin' into ticus 2023-04-05 17:32:47 -06:00
test.java first commit 2023-04-05 14:05:24 -06:00

finance-app

To connect to the database:

We are connecting it to a database hostedd by MongoDB Atlas, execture the command

mongosh "mongodb+srv://cluster0.x71nqfg.mongodb.net/myFirstDatabase?authSource=%24external&authMechanism=MONGODB-X509" --apiVersion 1 --tls --tlsCertificateKeyFile ../../certificates/X509-cert-9076983465375967499.pem

To run the spring serever:

We are using spring to run our server, in order to run execute the command

./mvnw spring-boot:run