Chit-Chat is a WebApp writen in JAVA Servlets, & JSP (Java Server Pages), that provides a venue for communities of users with a common interest to communicate in real time. Forums and discussion groups, in comparison, allow users to post messages but don't have the capacity for interactive messaging. The main motive behind this project was to learn the concept of JAVA Servlets and JSP in depth.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them:
1. JAVA
Install Java on your computer if it isn't installed. If you don't already have Java installed, go to Java's website at www.java.com and click the Free Java Download button below the latest version of Java, then install Java once it downloads.
2. Java Servlet Container
You can use any Java Servlet Container but I whould prefer Tomcat 8. Read this link to install tomcat in you local machine.
- Get the copy of repository and put the all files inside the webapp folder named "ChitChat".
- Make chat name database using the chat.sql file.
- Start you Java Servlet Container.
- In your browser use this link .
- User Login: username- unnamed_User password- 123456
- To Login as Admin use this link .
- Admin Login: username- unnamed password- 123456
- Harshit Sharma - Harshit Sharma
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details