Repository made for the backend code, GUI and functionalities for the Finametrix company project.
It is necessary to have a mongoDB server running when starting the application.
After downloadng the code you can either run the application with the following command:
npm start
Or, you can run the test suite with this command:
npm run test