Skip to content

[AI-X] 팀 All-In의 토이 프로젝트

Notifications You must be signed in to change notification settings

segene99/MediFace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MediFace

Deepface를 활용한 안면인식 진료등록 서비스

Setting

백엔드

  1. JDK 17.0.8
  2. mysql Ver 8.1.0
  3. hibernate 6.2.3 Final
  4. thymeleaf
  5. JPA
  6. 포트번호 5001
  7. Software Architecture: 3 Layered, MVC

DB

CREATE DATABASE facecheck; create table patients ( seq INT auto_increment primary key, name varchar(255) not null, phone longtext(255) not null, photo varchar(255) not null, created timestamp default current_timestamp );

About

[AI-X] 팀 All-In의 토이 프로젝트

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 26.5%
  • Java 21.9%
  • Shell 19.8%
  • CSS 12.7%
  • JavaScript 9.7%
  • Batchfile 9.4%