Skip to content

Latest commit

 

History

History
79 lines (67 loc) · 1.9 KB

README.md

File metadata and controls

79 lines (67 loc) · 1.9 KB

CDM RECOMMENDER API SERVER

Api server supporting cdm recommender system.


Table of Contents

About The Project

Key Features

  • Save and load the EMR document.
  • Returns a list of words similar to the CDM.
  • Returns a list of associations to EMR & CDM.
  • Initialize the association relationship list.

Related Project

Getting Started

Development Environment

  • Spring Boot, 2.1.7.RELEASE
  • Gradle, 4.10.2
  • MongoDB

Installation

  1. Clone the repository
git clone https://github.com/Yonsei-Maist/cdm-recommender-api-server.git
  1. IDE Setup - lombok(Intllij)
1) In the menus bar, select File > Settings.
2) Select Plugins section, then click Browse repositories.
3) In the search box, write “Lombok”.
4) Select Lombok from the search results list, then click Install.
5) Restart IntelliJ.

To enable annotation processing for your project

1)In the menus bar, select File > Settings.
2) Select Build, Execution, Deployment >  Compiler > Annotations Processors section.
3) Check “Enable annotation processing”, then click OK.
  1. Add application.yml - mongoDB
spring:
  data:
    mongodb:
      host: 
      port: 
      database: 
      username: 
      password:

Author

Mina Kim, Yonsei Univ. Researcher since 2020.08 ~ 2021.06
Chanwoo Gwon, Yonsei Univ. Researcher since 2021.05 ~

Maintainer

Mina Kim, [email protected] (2020.10 ~ 2021.06)
Chanwoo Gwon, [email protected] (2021.06. ~)