Social is a Java web application built with Spring Boot for social networking purposes. It provides features for user registration, profile management, social interactions, and more.
- JDK 17 or higher
- Maven
- MySQL database
-
Clone the repository:
git clone <repository-url>
-
Navigate to the project directory:
cd Social -
Build the project using Maven:
mvn clean install
-
Run the application:
mvn spring-boot:run
-
Access the application at
http://localhost:8080in your web browser.
- Java
- Spring Boot
- Lombok
- Hibernate
- MySQL
- Maven
This project is licensed under the MIT License.