huynhducthanhtuan / practice-nestjs-typescript

Practice NestJS TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Practice NestJS TypeScript

Installation Guide

1. Clone repository

git clone https://github.com/huynhducthanhtuan/practice-nestjs-typescript.git

2. Change directory to folder practice-nestjs-typescript

cd practice-nestjs-typescript

3. Install npm packages

npm install

4. Start application

npm start

5. Run Redis server (optional)

redis-server

6. Run by using Docker (optional)

docker-compose build
docker-compose up -d

Reference Resources

NestJS Documentation

Deploy Project To AWS Lambda Function

About

Practice NestJS TypeScript


Languages

Language:TypeScript 98.1%Language:JavaScript 1.6%Language:Dockerfile 0.3%