Skip to content

2023년도 데이터베이스시스템및응용 수업 프로젝트 과제 (Family Calender) 저장소입니다.

Notifications You must be signed in to change notification settings

soom1017/Family-Calendar-Database-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Family-Calendar-Database-2023

Family Calendar Project in Database System class, 2023 Fall (ITE2038)

This project contains a family calendar application, implemented in Java and connected to a postgresql DB.

With this calendar, you can manage your schedule, search events with keywords, and invite family members to an event. You can also set reminders to help you remember when something is coming up soon.

GUI reference: Google Calendar

Overview

  • src/ directory contains Java source code of the calendar.
  • You can see execution screens in the screenshots/ directory.

How to execute

  1. Install postgresql DBMS, and create table with $ psql -U [user] -d [database] -a -f calendar/data/migration/createTable.sql.
  2. In the src/ directory, compile codes with $ javac calendar/*/*.java.
  3. Make sure you have jdk (up-to-date) in the computer. Execute with $ java -cp [jdk path] calendar.gui.MainFrame.

About

2023년도 데이터베이스시스템및응용 수업 프로젝트 과제 (Family Calender) 저장소입니다.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages