Skip to content

Short quiz to create questions and play games. It is created in Java and Maven and Dockerised.

Notifications You must be signed in to change notification settings

DanielPuentee/Quiz-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation


🤯 Quiz server applying Mysql and Spring Boot with JPA

Code style: black

🔩  How install the server

docker network create app-spring
cd MvanProject/Service/mysql/
docker build -t mysql-spring .
docker run -d --name mysql-spring --network app-spring mysql-spring:latest
cd ..
cd quiz/
docker build -t app-spring .
docker run --rm -it --name app-spring -p 8080:8080 --network app-spring app-spring:latest

🔎 Search

Search Type Command Result
GET http://localhost:8080/preguntas Every answer and question of the Quiz
GET http://localhost:8080/preguntas/ All questions with the indicated word are displayed
DELETE http://localhost:8080/ The question containing that ID will be deleted
POST - PUT http://localhost:8080/ Questions can be introduced or updated

About

Short quiz to create questions and play games. It is created in Java and Maven and Dockerised.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published