Skip to content

F5-Forking-Around/ProjectF5-AdventureTime-Back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

146 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adventure Time

Un colectivo de desarrollo de software quiere crear una aplicación web para gestionar sus eventos on-line como talleres, masterclass o webinars. Los usuarios podrán ver la descripción de un evento, apuntarse y desapuntarse. También podrán ver la lista de los eventos a los que se han apuntado. El administrador debe tener las herramientas para la gestión (CRUD) de los eventos.

Server

  • localhost:8080

  • mvn spring-boot:run to run app

Endpoints

  • api-endpoint = /api/v1

Animals

  • GET localhost:8080/api/v1/event/all

  • GET localhost:8080/api/v1/event/{id}

  • GET localhost:8080/api/v1/event/families

  • POST localhost:8080/api/v1/event/add

  • PUT localhost:8080/api/v1/event/update/{id}

  • DELETE localhost:8080/api/api/v1/event/delete/{id}

Login

  • GET localhost:8080/api/v1/login

UML Diagram

Captura

Tools

  • Spring Boot

  • Postman

  • Docker

  • MySql Workbench

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages