Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 879 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 879 Bytes

AnimeApp

Welcome to the Anime Discussion App! This project aims to provide a platform for anime enthusiasts to discuss their favorite shows, characters, and more.

Features

  • User authentication and authorization with Spring Security
  • CRUD operations for managing user-generated content
  • RESTful APIs designed and documented using Swagger
  • Optimized database schema in MySQL for efficient storage and retrieval

Technologies Used

  • Spring Boot
  • Spring Data JPA
  • Spring Security
  • MySQL
  • Swagger

Development

Update your local database connection in application.properties file settings for development.

After starting the application it is accessible under localhost:8080.

Build

The application can be built using the following command:

mvnw clean package

?sessionVariables=sql_mode='NO_ENGINE_SUBSTITUTION'&jdbcCompliantTruncation=false