Server for the social network application.
It was made as part of an engineering thesis.
Web application using server API:
https://github.com/SzymonT99/social-network-app.git
- Java 8
- Spring Boot 2.5
- Spring Data JPA
- Spring Security
- JWT
- JUnit
- Mockito
- MySQL
https://app.swaggerhub.com/apis/SzymonT99/social-network_api/1.0
To run the server you must:
- Clone the server repository:
https://github.com/SzymonT99/social-network-server.git - Launch XAMPP Control Panel.
- Run Spring Boot in IDE or execute commands:
mvn dependency:resolve
mvn install
mvn spring-boot:run
The MySQL relational database was used.