Installation And Running To install the application do the following steps:
- git clone https://github.com/le0nAg/masterz.git
- mv masterz
- npm i
- npm run build
- npm start
With this configuration you will be able to use just the core functions of the MVP on localhost:8080. You will not be able to use authetication feats because they use .env file with secrets that for security reasons was not uploaded in this repository