Skip to content

The Sports API allows the user to perform creation and management of users, sports, routes and activities.

Notifications You must be signed in to change notification settings

bodybuilders-team/sports-api

Repository files navigation

sports-api

The Sports API allows the user to perform creation and management of users, sports, routes and activities. These operations can be performed via Web-UI (Website) or Web-API.

You can check the documentation of the project in the wiki.

The link for the deployed application is here.

Search Activities Gif


Authors

Professors: Engs. Filipe Freitas, Luís Falcão and Daniel Dias

ISEL
Bachelor in Computer Science and Computer Engineering
Software Laboratory - LEIC41D - Group 03
Summer Semester of 2021/2022



Available Operations

This section describes some operations that can be performed on the Sports API. Creation, update and deletion operations can only be performed by the user who created the resource, so the user must be authenticated.

A user can register to the Sports API by creating a new user, or signing in with an existing user.

To learn more about the API operations, please refer to the API documentation .

Sport

A sport can be created, updated or deleted by the user who created the resource. All users can list and see details of all sports.

Creation

A sport can be created, given a name and a description.

Create Sport Gif

Update

A sport can be updated, changing one or more of its fields.

Update Sport Gif

Search and Details

All sports can be listed and details of a specific sport can be seen by all users.

Search Sports Gif


Route

A route can be created, updated or deleted by the user who created the resource. All users can list and see details of all routes.

Creation

A route can be created, given a start and end location, and a distance in kilometers.

Create Route Gif

Update

A route can be updated, changing one or more of its fields.

Update Route Gif

Search and Details

All routes can be listed and details of a specific route can be seen by all users.

Search Routes Gif


Activity

An activity can be created, updated or deleted by the user who created the resource. All users can list and see details of all activities.

Creation

An activity can be created, given a sport, a route, a date and a duration in the format HH:MM:SS.FFF.

Create Activity Gif

Update

An activity can be updated, changing one or more of its fields.

Update Activity Gif

Search and Details

All activities can be listed and details of a specific activity can be seen by all users. The activities can be filtered by sport, route and date, and can be sorted ascending or descending, by these fields.

Search Activities Gif

About

The Sports API allows the user to perform creation and management of users, sports, routes and activities.

Topics

Resources

Stars

Watchers

Forks