Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 406 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 406 Bytes

Web application for only one chat.

To run the server

cd server
mvn clean install
java -jar target/eternal-chat-0.0.1-SNAPSHOT.jar

Note that your JRE version must be 12 or higher.

To run the client

cd client
npm install
npm start

npm version 6.4.1 is used.

You can access the page from http://localhost:3000/

Technologies used

Server

  • Spring Boot
  • JPA

Client

  • React