Chat-Web-Application

A web chat application hosted on Azure cloud services.

Stars
5

Table of Contents

About

A web chat application hosted on Azure cloud services.

Prerequisites

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

Built Using

Authors

Badges
Extracted from project README
Status
Related Projects