Skip to content

Mickaz89/Nest-Js-Basic-server

Repository files navigation

Installation

$ npm install

Running the app

Create corresponding env file (local.env or dev.env)

#local
$ npm run start

# development
$ npm run start:dev

Deployment

Deployment to AWS ECS using aws copilot.

Create/Edit Dockerfile

Create/Edit Copilot Env and App (using copilot cli)

$ copilot init

Set your aws credentials using aws cli

$ aws configure

Deploy

$ copilot deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published