No description
- JavaScript 58.2%
- Java 33%
- HTML 4.8%
- CSS 4%
|
|
||
|---|---|---|
| .vscode | ||
| client | ||
| data | ||
| server | ||
| target | ||
| .DS_Store | ||
| Discover-Statement-20220117.csv | ||
| README.md | ||
| test.java | ||
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