Skip to content

akardapolov/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple chat application

ChatApplication

  • Backend: PostgreSQL
  • ORM: Hibernate
  • GUI: Java Swing, Swingx
  • DI: Dagger 2
  • Pub/sub: pgjdbc-ng
  • Tests: JUnit/H2

Table of contents

Build and run

  • Log in to PostgreSQL and create schema objects postgres=# \i ./schema.sql
  • Set up your database connection properties here and here
  • Run mvn package from IntelliJ IDEA
  • Start application: target/chat-1.0-SNAPSHOT-jar-with-dependencies.jar

License

GPLv3 license

Code released under the GNU General Public License v3.0

Contact

Created by @akardapolov

About

Simple chat application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published