https://github.com/samkazan/cli-chatapplication-java-and-postgresql
https://github.com/samkazan/cli-chatapplication-java-and-postgresql
data-science database java pooling postgresql thread
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samkazan/cli-chatapplication-java-and-postgresql
- Owner: SamKazan
- License: mit
- Created: 2023-04-19T20:36:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T20:47:20.000Z (about 3 years ago)
- Last Synced: 2025-04-09T18:54:56.947Z (about 1 year ago)
- Topics: data-science, database, java, pooling, postgresql, thread
- Language: Java
- Homepage:
- Size: 1.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CLI-ChatApplication-Java-and-PostgreSQL
This project is a Command Line Interface (CLI) Chatbot developed using Java programming language and PostgreSQL database management system. The chatbot lets users interacts with eachother through the command line interface.
The PostgreSQL database is used to store and retrieve data related to the chatbot's functionality, such as user name, room name, and conversation history.
The chatbot's functionalities can be extended by adding more modules, which can be easily integrated into the existing codebase.
Overall, this Command Line Interface Chatbot project offers an efficient and interactive way for users to communicate.