Skip to content

RuslanLesyuk/NestJS_App

Repository files navigation

NestJs Notes todo app

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

Set up:

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

About

A Simple NestJS APP on AWS ECS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors