Skip to content

원티드 프리온보딩 백엔드코스 D팀 - 4주차 기업과제 아이디어콘서트 최아름 (AWS EC2를 이용하여 서버 생성)

Notifications You must be signed in to change notification settings

reumachoi/04-IdeaConcert-wanted-D-areum

Repository files navigation

4주차 기업과제 : 아이디어콘서트

프로젝트 진행 기간

2022.07.18

사용 기술

  • Typescript, NestJS
  • Github, AWS EC2(ubuntu), NGINX, Elastic IP

서비스 개요

  • AWS EC2를 사용해서 Nest.js 프로젝트 배포

요구사항 분석

  1. WAS : NGINX 사용 → Nginx Reverse-Proxy 설정
server {
        listen 80;

        access_log /var/log/nginx/reverse-access.log;
        error_log /var/log/nginx/reverse-error.log;

        location / {
                    proxy_pass http://127.0.0.1:3000;
  }
}

  1. 탄력적 IP 사용 → [15.164.111.188] 주소사용

스크린샷 2022-07-18 오후 2 12 08

3. Django 프로젝트 생성 → Nest.js 프로젝트 생성

4. IP/api/hello 로 접속하였을때 웹브라우져 상에서 Hello 표시 → 15.165.111.188/api/hello 접속시 ‘Hello’ 표시

스크린샷 2022-07-18 오후 2 09 27

About

원티드 프리온보딩 백엔드코스 D팀 - 4주차 기업과제 아이디어콘서트 최아름 (AWS EC2를 이용하여 서버 생성)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published