- 28 May, 2022 3 commits
- 27 May, 2022 13 commits
-
-
윤준석 authored
-
윤준석 authored
-
add dockerfile, docker-compose, .dockerignore to nodejs server add nodejs server to docker-compose this application
윤준석 authored -
윤준석 authored
-
윤준석 authored
-
윤준석 authored
-
Remove createion of table and relationship because of sequelize in nodejs server create this relation
윤준석 authored -
윤준석 authored
-
윤준석 authored
-
윤준석 authored
- 25 May, 2022 9 commits
- 24 May, 2022 14 commits
-
-
윤준석 authored
-
윤준석 authored
-
윤준석 authored
-
유명현 authored
-
유명현 authored
-
유명현 authored
-
유명현 authored
-
Feature/220524 nodejs orm model # nodejs 서버 유저 및 키워드 database connection 및 모델 생성 및 쿼리 함수 ## database connection 1. Sequelize ORM 사용하여 db connection ## Model 1. User model 생성 2. Keyword model 생성 3. User-Keyword many to many 관계 생성 ## Query - addKeyword - 키워드 추가 함수 `INPUT: {keyword, userId}` - 유저 id 기반으로 키워드 추가 및 연결 테이블 레코드 생성 - deleteKeyword - 키워드 삭제 함수 `INPUT: {userId, keyword}` - 유저 id 기반으로 연결 테이블 레코드 삭제 - getKeywordsByUserId - 유저가 등록한 키워드 조회 함수 `INPUT: {userId}` - 유저 id 기반으로 연결된 모든 키워드 조회 - getUsersByKeyword - 키워드를 등록환 유저 조회 함수 `INPUT: {keyword}` - 키워드 기반으로 연결된 모든 유저 조회 - getAllUsers - 등록된 모든 유저 조회 함수 `INPUT: {NONE}` - getAllKeywords - 등록된 모든 키워드 조회 함수 `INPUT: {NONE}` See merge request !17
윤준석 authored -
윤준석 authored
-
윤준석 authored
-
윤준석 authored
-
윤준석 authored
-
윤준석 authored
-
- 23 May, 2022 1 commit
-
-
if user is not exist in database, create user if keyword is not exist in database, create keyword
윤준석 authored
-