Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zdrzalikprzemyslaw/chat-web-application

A web chat application hosted on Azure cloud services.
https://github.com/zdrzalikprzemyslaw/chat-web-application

azure-cloud-services cloud-computing frontend-javascript-framework java maven microsoft-sql-server mssql programming-language spring spring-boot spring-framework sql sqlserver vue vuejs vuejs3

Last synced: 25 days ago
JSON representation

A web chat application hosted on Azure cloud services.

Awesome Lists containing this project

README

        

Cloud_Computing


[![Status](https://img.shields.io/badge/status-finished-success.svg)]()

## 📝 Table of Contents

- [📝 Table of Contents](#-table-of-contents)
- [🧐 About ](#-about-)
- [🔑 Prerequisites ](#-prerequisites-)
- [⛏️ Built Using ](#️-built-using-)
- [✍️ Authors ](#️-authors-)

## 🧐 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

- [Java](www.java.com) - Programming language
- [Apache Maven](www.maven.apache.org) - Build automation tool
- [Spring Framework](spring.io) - Build automation tool
- [Vue.js](https://vuejs.org/) - Frontend JavaScript Framework
- [Microsoft SQL Server](https://www.microsoft.com/pl-pl/sql-server/) - Database

## ✍️ Authors

* [Przemysław Zdrzalik](https://github.com/ZdrzalikPrzemyslaw)
* [Julia Szymańska](https://github.com/JuliaSzymanska)
* [Hubert Gawłowski](https://github.com/hubertgaw)
* [Kamil Kiszko-Zgierski](https://github.com/KiszczixIsCoding)
* [Martyna Piasecka](https://github.com/MartynaCys)