- Node.js installed
- npm (Node Package Manager) installed
To get a copy and run the project locally, follow below steps.
- Clone the repository
- Create a new .env file and enter below credentials
- HOST
- DATABASE_NAME
- DATABASE_USER
- DATABASE_PASSWORD
- PORT
- Run the below command to install required dependencies:
npm install
Your node server will start on given port.
packer init packer/gcp.pkr.hcl
##$ Only checks if there are any formatting changes packer fmt -check packer/gcp.pkr.hcl
packer fmt packer/gcp.pkr.hcl
packer validate packer/gcp.pkr.hcl
packer build packer/gcp.pkr.hcl