Skip to content

JAVASCRIPT // JAVA // MySQL // Hibernate Live Chatting App to demonstrate passing data via javascript through session storage back to a server with a database as a bonus!

Notifications You must be signed in to change notification settings

Caleb-Hurst/ChatApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check out the app!

About

Introducing "CHAT APP": A JavaScript App!

CHAT APP is a user-friendly web app that uses session storage to move a user around and allow them to send and receive messages in certain channels with a similar UI to many other chatting applications on the market. It was created to demonstrate a simple understanding of JavaScript concepts and implement them into a functional program.

Using Chat Application

You can visit CHAT APP to try the app online.

Everything you need to visit the site and use this application without cloning to your local machine is in the link above.

If you wish to run the application locally, you may do so as well!

Locally Running CHAT APP

To run "CHAT APP" On your machine, you must have an IDE capable of running Java 11. If you use any other Java version, you may encounter bugs.

You will also need to have the MySQL Editor application or a similar app that can run MySQL on your machine and be able to run your own local database on a port of your choosing. The default port will be 3306 and the database will automatically create itself at runtime. If you need to change the port, you can head over to the application.properties file and change it there.

You can add your database login info here: "spring.datasource.username=" and "spring.datasource.password="

Installing

  1. Clone the repo onto your local machine
  2. Import the project into your local IDE
  3. Navigate to the class ChatApp.java and run.
  4. On your web browser, go to "http://localhost:8080"
  5. Use and navigate through the app! Enjoy!

Built With

Authors

Acknowledgments

  • Hats off to my wonderful mentor and teacher Pete Carapetyan. Head over to his GitHub and check him out!

About

JAVASCRIPT // JAVA // MySQL // Hibernate Live Chatting App to demonstrate passing data via javascript through session storage back to a server with a database as a bonus!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published