Giter Site home page Giter Site logo

springbootwebapp's Introduction

SpringBootWebApp

  • 회원관리 기능(회원가입/로그인)
  • 엑셀파일을 이용한 데이터 등록
  • 검색기능
  • 코멘트 삽입 삭제 수정 기능
  • 꿀 / 학습 등록 기능
  • 인기 강의 표시 기능(코멘트 추천, 꿀, 학습 점수를 이용)

###테이블

#####회원 테이블

  • 회원 번호(PK)
  • 아이디
  • 패스워드
  • 닉네임

#####수강 과목 테이블

  • 수강반 번호(PK)
  • 교수이름
  • 과목명
  • 학점
  • 설명

#####점수 테이블

  • 수강반번호(PK)
  • 회원 번호(PK)
  • 꿀 점수
  • 학습 점수

#####코멘트 테이블(Comment)

  • 코멘트 번호(PK)(id)
  • 수강반 번호(study_id)
  • 회원 번호(mem_id)
  • 내용(description)
  • 추천수(like_count)

#####코멘트 추천 테이블 (사용자가 추천을 했는지 안했는지 확인용)

  • 코멘트 번호(PK)
  • 회원 번호(PK)

#####할일

  • 엑셀을 이용한 테이블에 데이터 삽입
  • 회원관리(회원 가입/ 로그인)
  • 메인화면 인기글 보여주기(알고리즘 생성)
  • 헤더에 검색 기능
  • 강의 선택시 보여주는 화면 만들기

참고 자료 : http://gokgo.tistory.com/113

springbootwebapp's People

Watchers

Hwang seongtae avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.