A tutorial on how to create a simple nestjs application, creating e2e endpoints and documenting the APIs
.env variable
sudo nano .env
In opened file Paste DATABASE_URI with link mongoDB
DATABASE_URI = (Paste your MongoDB url here) for more information how to do that read MongoDB documentation
git clone
Get to the dir terraform :
cd terraform
Use commands to:
terraform init
terraform apply -auto-approve
Wait a few minutes, terraform will build infrastracture for our applications.
When done, you will see a link for your loadbalancer just copy it and paste too your browser and you will see that our applications is worked!
Hope you made it