Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김재웅
/
TFT
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Jungmin Park
2021-11-23 02:42:20 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9f12dd864f4b81ed858e20ab20e61b4375d56577
9f12dd86
1 parent
531ba9a0
Update README.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
README.md
README.md
View file @
9f12dd8
...
...
@@ -8,12 +8,13 @@
1.
Service 1 - web
1.
Backend Server
1.
Mongoose를 사용하여 Database와 Node.js 연결
1.
MongoDB Atlas와 서버를 연동하여 Database와 Node.js 연결
1.
DB에서 json 형태의 데이터를 불러 온 후 Frontend에서 유저에 의한 요청 발생 시 Frontend로 전송
1.
Frontend
1.
Svelte를 사용하여 관광지 정보를 알려주는 유저 인터페이스로 사용
1.
Svelte를 사용하여 관광지 정보
/ 날씨 정보
를 알려주는 유저 인터페이스로 사용
1.
Service 2 - DB
1.
API로부터 받아온 정보를 관리하고 Server에 제공
1.
API로부터 받아온 정보를 관리하고
MongoDB Atlas를 활용하여
Server에 제공
1.
Service 3 - API Handler
1.
[
관광공사 API
](
https://api.visitkorea.or.kr/main.do
)
를 호출하여 Database에 Write함
...
...
Please
register
or
login
to post a comment