{A}

Talk Social Network

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

Talk Social Network
axelj123
axelj123

Publicado el 26 de diciembre de 2024

Technologies

Backend

  • Java Spring Boot
  • MySQL
  • Maven

Frontend

  • Thymeleaf
  • HTML/CSS
  • JavaScript
  • RichText Editor (jQuery)

Features

  • User authentication system
  • Content publishing with rich text editor
  • File upload system
  • User profile management
  • Social interactions (likes, comments, etc.)

Project Structure

├── .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

Requirements

  • Java 11 or higher
  • MySQL
  • Maven

Installation

  1. Clone the repository
bash
git clone https://github.com/axelj123/RedSocialVallejo.git
  1. Configure the database
bash
mysql -u root -p < sqlBD.sql
  1. Run the project
bash
mvn spring-boot:run

License

MIT