In order to run the project follow this steps:
- Run
npm installin order to install all dependencies - Copy
.env.exampleto.env - Set the port constant to the one it fits you
- Run
npm run start
Some files have comments explaining the reason why I do things in that particular way.