https://github.com/csaba79-coder/webler-feeder
Final FullStack project for Java Backend Developer course created by Mikulas Abraham & Peter Attila Antal
https://github.com/csaba79-coder/webler-feeder
Last synced: 5 months ago
JSON representation
Final FullStack project for Java Backend Developer course created by Mikulas Abraham & Peter Attila Antal
- Host: GitHub
- URL: https://github.com/csaba79-coder/webler-feeder
- Owner: Csaba79-coder
- Created: 2024-02-03T11:37:46.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T15:04:21.000Z (over 1 year ago)
- Last Synced: 2025-03-26T05:14:39.684Z (9 months ago)
- Language: Java
- Homepage:
- Size: 3.95 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Webler Java Backend course final project (teamwork)
---
## Backend Dependencies
- Java Development Kit - JDK 21 (Oracle openjdk-21)
- Spring Boot 3
- Spring Framework 6
- Maven
- MySQL Connector
- Spring Data JPA
- Spring Web
- Spring DevTools
- Lombok
## Frontend Dependencies
- Spring Thymeleaf
- Bootstrap 5
## Database Dependencies
- MySQL 8.0.34
- MySQL Workbench 8.0.34
## Test Dependencies
- JUnit 5
- Mockito
- JUnit Jupiter
- Spring Boot Test
- Spring Boot Starter Test
- H2 Database (in-memory database)
---
| Name | Value | Remark | Extra remark |
|--------------------|---------------|-------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|
| DB_PORT_MYSQL | 3306 | default | please user your own port that has been set to MySQL server |
| DB_URL_MYSQL | webler_feeder | recommended | you can use your own, our name is just a recommendation! |
| DB_USER_MYSQL | root | default | please use your own! |
| DB_PASSWORD_MYSQL | no such info | pls use your own! | [MYSQL Installation Guide](https://dev.mysql.com/doc/mysql-installation-excerpt/5.7/en/) |