Giter VIP home page Giter VIP logo

matchet-rest's Introduction

matchet-rest

Programming language: Java 8;

Framework: Spring;

ORM: Hibernate;

Database: MySQL;

Building tool: Gradle;

Additional libraries: ModelMapper;

MatchET is a WEB application that can be used to create your own league, add teams to it and organize matches.

Leagues:

  • POST(v1/api/leagues) - Create specific league;
  • GET(v1/api/leagues/{id}) - Read desired league;
  • GET(v1/api/leagues) - Read all leagues;
  • PUT(v1/api/leagues/{id}) - Update specific league data;
  • DELETE(v1/api/leagues/{id}) - Delete specific league.

Teams:

  • POST(v1/api/teams) - Create specific team and add it to specific league;
  • GET(v1/api/teams/{id}) - Get information for specific team;
  • GET(v1/api/teams) - Read all teams;
  • GET(v1/api/teams-by-league/{id}) - Read all teams in specific league
  • PUT(v1/api/teams/{id}) - Update specific team data;
  • DELETE(v1/api/teams/{id}) - Delete specific team.

Matches:

  • POST(v1/api/matches) - Create specific match between two teams and add it to specific league;
  • GET(v1/api/matches/{id}) - Read spefici match data;
  • GET(v1/api/matches) - Read all matches;
  • GET(v1/api/matches-by-league/{id}) - Read all matches for specific league;
  • GET(v1/api/matches-as-home-team/{id}) - Read all home team matches;
  • GET(v1/api/matches-as-away-team/{id}) - Read all away team matches;
  • PUT(v1/api/matches/{id}) - Update specific match;
  • DELETE(v1/api/matches/{id}) - Delete specific match.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.