To use the local version of the application, you must install NodeJs at least version 15 and npm at least version 7.
This application is designed as a monolithic repository; It has both the server-side logic written in express and the ui created using create-react-app.
Install all the dependencies of the server and ui part of the application.
Allows you to run docker containers with all the necessary services
Allows you to start the application server. It starts at http://localhost:5000
Allows you to run the UI of the application. It starts at http://localhost:3000