Skip to content
Snippets Groups Projects
Commit fc873245 authored by Paul Cancel's avatar Paul Cancel
Browse files

Update 2 files

- /public/Pages/Projets/Pizzaland.html
- /public/Pages/Projets.html
parent 7c9c337d
No related branches found
No related tags found
No related merge requests found
Pipeline #40040 passed
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
</a> </a>
</li> </li>
<li> <li>
<a href="./Projets/Portfolio.html"> <a href="./Projets/Pizzaland.html">
<img src="../Images/Projets/Pizzaland.png" alt="Pizzaland"> <img src="../Images/Projets/Pizzaland.png" alt="Pizzaland">
<div class="title"> <div class="title">
<p>Rest API "Pizzaland"</p> <p>Rest API "Pizzaland"</p>
......
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<title>Page</title>
<link rel="stylesheet" href="../../Styles/styles.css" />
</head>
<body>
<div class="topnav">
<a class="active" href="../../index.html">Accueil</a>
<a href="../Projets.html">Mes projets</a>
</div>
<header>
<a href="https://gitlab.univ-lille.fr/sae-pizzaland/pizzaland-cancel-mirey" target="_blank">
<h2>
Rest API : "Pizzaland"
</h2>
</a>
</header>
<section id="projets">
<img src="../../Images/Projets/Pizzaland.png" alt="Pizzaland">
<header>
<h1>Présentation</h1>
</header>
<article>
<h5> Nous avons créé en duo une API permettant la gestion d'une base de données d'une pizzeria,
en incluant la gestion d'ingrédients, des users, de pizzas et de commandes.
Cette API est basée sur la méthode REST et tourne à l'intérieur d'un serveur tomcat,
elle gère une base de données en Postgresql et elle utilise également uniquement des
objets json. Un système d'identification est également inclus permettant de sécuriser
les opérations visant à changer la base de donnée.
</h5>
</article>
<header>
<h1>Compétences inclues</h1>
</header>
<article>
<ul>
<li>
<h4>Java programmation objet</h4>
</li>
<li>
<h4>REST</h4>
</li>
<li>
<h4>Tomcat</h4>
</li>
<li>
<h4>JEE</h4>
</li>
<li>
<h4>Git</h4>
</li>
<li>
<h4>Bruno</h4>
</li>
<li>
<h4>PostgreSQL</h4>
</li>
</ul>
</article>
</section>
<div class="bottomfoot">
<a href="./Contact.html">Me contacter</a>
<a href="../pdf/cv.pdf" target="_blank">Mon CV</a>
</div>
</body>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment