ZdrzalikPrzemyslaw / Chat-Web-Application

A web chat application hosted on Azure cloud services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloud_Computing

Status

📝 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

About

A web chat application hosted on Azure cloud services.


Languages

Language:Java 59.7%Language:Vue 33.3%Language:JavaScript 6.2%Language:HTML 0.7%