Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

rainywalker/msa-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

14 Commits

Repository files navigation

msa-test

be(back-end)

setting

cd be
npm install supervisor -g
npm install 
npm start

localhost:9000

fe(front-end)

setting

cd fe
npm install 
npm run dev

localhost:8080

build

npm run build

description

back-end Part

  1. 라우터에서 영화목록을 가져오는 api(moives.json) - be/route/movies.js 1-1. id와 일차하는 영화를 가져오는 api
  2. app.js에 movies.js를 등록

front-end Part

  1. localhost:8080/api 요청이 들어오면 localhost:9000/api를 프록시로 사용 - fe/config/index.js

About

Micro Service Architecture - Test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /