A web chat application hosted on Azure cloud services.
In order to run the application you will need to configure the application.properties file in the resources folder as shown in the example below:
logging.level.org.springframework.jdbc.core=DEBUG
# DB
spring.datasource.url=your-db-url
spring.datasource.username=your-username
spring.datasource.password=your-password
jwt.secret= your-secret-key
jwt.expirationMs= 864000000
server.servlet.contextPath=/api
- Java - Programming language
- Apache Maven - Build automation tool
- Spring Framework - Build automation tool
- Vue.js - Frontend JavaScript Framework
- Microsoft SQL Server - Database