Skip to content

학생들을 위한 조별과제 서포트 애플리케이션

License

Notifications You must be signed in to change notification settings

SuekyeongNam/Teamkerbell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teamkerbell

Private Project Repository For University Students
Project Support Application For University Students

Core Features

  • Document VCS (Version Control System)
  • Automatically Make Tags via analyzing documents' contents
  • They'll be used for easier & quicker searching
  • Automatically Synchronize up to date Documents
  • All the changes will be notified by Mobile App

Application Stack

app stack

Demo

http://175.126.112.144/

How To Use

You should install MySQL, Redis in advance.

 
 * git clone https://github.com/seongahjo/Teamkerbell.git
 
 * cd Teamkerbell
 
 * vi src/main/resources/spring.properties
 
   app.jdbc.driverClassName=com.mysql.jdbc.Driver
   app.jdbc.url=jdbc:mysql:// Your Mysql Address
   app.jdbc.username=ID
   app.jdbc.password=PASSWORD
   app.socket.url=http:// localhost or your IP Address + 9999 (ex. http://localhost:9999)
   redis.property.address= your redis Address (ex. 127.0.0.1)
   
   + if you want to use kafka
   kafka.property.use=true
   kafka.property.address= localhost or your IP Address + 9092 (ex. localhost:9092)
 
 * ./mvnw tomcat7:run
 
 * Access the deployed web application at [http://localhost:8080]

OR

docker pull seongahjo/teamkerbell

MySQL and Redis Docker Image is needed for running the app. It'll be supported as soon as I can.

Developed by IntelliJ

License

Teamkerbell is released under MIT License

About

학생들을 위한 조별과제 서포트 애플리케이션

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 50.6%
  • Java 30.4%
  • CSS 17.8%
  • Other 1.2%