A simple old-school web application to chat with your friends
My very first project with the Spring Boot. It helps you and your friends (or everyone with the hosted site link) to type in their username and start texting. It is still in the early development stage and needs to be worked upon. I have made this project is open source for everyone and your suggestions and forks can help build a better versions of it.... So host it and have fun
- Registration/login
- Logout
- Database connectivity
This is a web application and therefore needs to be hosted (either locally or in a site) ... For local hosting....
- Make sure you have java installed in your PC
- Clone the entire project into your pc
- Edit the POM.xml file to make changes to the java version mentioned as per your installed version
- Import the project in your favourite IDE as an Maven project(i use Eclipse)
- Make sure you have Spring Boot installed (Use the Eclipse Marketplace and install "Spring Tools 4" if you are using Eclipse as an IDE)
- Run the project as "Spring Boot Project"
- Open your favourite browser (You don't need to have an internet connection)
- Navigate to "localhost:8080/chat" (default Spring port)
- Enjoy!
Educational purpose.... Don't worry, just make it your own!
In development stage