GithubHelp home page GithubHelp logo

sangslee / gtg Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 8.69 MB

A timetable generator for university students using Genetic algorithm.

Java 0.93% JavaScript 45.31% CSS 5.09% HTML 48.65% PHP 0.02%

gtg's Introduction

GTG

What is GTG?

GTG는 학생에게 맞는 시간표를 제공하는 웹 서비스입니다. GTG는 Spring Boot 기반으로 동작하며 Naver 로그인을 지원합니다.

다음은 GTG에 사용되는 구성요소입니다.

  • Spring Boot
    • Web
    • JPA
    • MySQL
    • Security
    • thymeleaf
    • lombok
  • Jsoup (crawling)
  • Adminlte 3
  • etc.

Getting Started

GTG를 시작하기 위해서는 다음의 설정이 필요합니다.

  • datasource (데이터베이스 정보)
  • Naver Login Open API (client ID, client Secret)

datasource는 GTG가 사용할 데이터베이스에 관한 설정입니다. 각 실행 환경에 맞게 해당 값을 변경 및 설정하면 됩니다.

client ID, client Secret은 네이버 아이디로 로그인하기 위해 필요한 값들 입니다. 네이버 개발자센터에서 애플리케이션을 등록 후 해당 값을 받을 수 있습니다.

이후 application.properties 파일에 해당 값들을 입력합니다.

spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.url=jdbc:mysql://URL_OR_ADDRESS/DATABASE_NAME?useSSL=false
spring.datasource.username=YOUR_DATABASE_USERNAME
spring.datasource.password=YOUR_DATABASE_USER_PASSWORD

naver.client.clientId=YOUR_CLIENT_ID
naver.client.clientSecret=YOUR_CLIENT_SECRET

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.