Andrei-Paval / sports-team-website-api

RESTful CRUD API for a sports team website, built with Spring Boot, Spring Security, JPA, PostgreSQL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sports Team Website API

This Spring Boot project provides a set of APIs for managing various aspects of a sports team website, including players, coaches, juniors, competitions, matches, news, drafts, etc., using Spring Boot, PostgreSQL, Spring Data JPA, and Spring Security.

Prerequisites

  • Java 17
  • PostgreSQL database

Installation and Setup

  1. Clone this repository.
  2. Configure the src/main/resources/application.properties file with your PostgreSQL database credentials.
  3. Run the application using your preferred IDE or using ./mvnw spring-boot:run.

API Documentation

For detailed information on the API endpoints, refer to API documentation.

About

RESTful CRUD API for a sports team website, built with Spring Boot, Spring Security, JPA, PostgreSQL.

License:MIT License


Languages

Language:Java 100.0%