Talk Social Network
A social network developed with Spring Boot and Thymeleaf that allows users to connect, share content, and communicate


axelj123Publicado el 26 de diciembre de 2024
- Java Spring Boot
- MySQL
- Maven
- Thymeleaf
- HTML/CSS
- JavaScript
- RichText Editor (jQuery)
- User authentication system
- Content publishing with rich text editor
- File upload system
- User profile management
- Social interactions (likes, comments, etc.)
├── .mvn/wrapper/ # Maven Wrapper Configuration
├── src/ # Source code
├── uploads/ # File storage
├── Rich-Text-Editor/ # Rich text editor
├── pom.xml # Maven Dependencies
└── sqlBD.sql # Script Database
- Java 11 or higher
- MySQL
- Maven
- Clone the repository
bash
git clone https://github.com/axelj123/RedSocialVallejo.git
- Configure the database
bash
mysql -u root -p < sqlBD.sql
- Run the project
MIT