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: 4 months ago
JSON representation
A web chat application hosted on Azure cloud services.
- Host: GitHub
- URL: https://github.com/zdrzalikprzemyslaw/chat-web-application
- Owner: ZdrzalikPrzemyslaw
- Created: 2020-10-13T13:09:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-14T20:04:47.000Z (over 4 years ago)
- Last Synced: 2024-10-12T07:22:47.442Z (8 months ago)
- Topics: 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
- Language: Java
- Homepage:
- Size: 21.5 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cloud_Computing
[]()
## 📝 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.
![]()
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-passwordjwt.secret= your-secret-key
jwt.expirationMs= 864000000server.servlet.contextPath=/api
```- [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* [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)