1 - Clone this repository
2 - Navigate to the rentalx folder and use yarn or npm to install all node modules
3 - Make sure you have Docker and Docker-compose installed. The command below will build and run the rentx image (reading the info from 'docker-compose.yml')
4 - To verify the container logs, run:
5 - The next command should run the migrations to build the postgres DB
6 - In order to manage the application, let's run the command below to create the user admin - more details in the admin.ts file