Backend for my Chat application, JChat, done with Java, Spring Boot and WebSockets, using MySQL for the database.
- Java Development Kit (JDK) 17 or higher
- Maven
- IDE (IntelliJ IDEA, Eclipse, VSCOde, etc.)
To run the chat application locally, follow these steps:
git clone https://github.com/AthirsonSilva/jchat-server
mvn clean install
mvn spring-boot:run
The application will be accessible in localhost:8080, but you must run the React frontend frontend in order to better interact with it.