77 lines
1.7 KiB
Markdown
77 lines
1.7 KiB
Markdown
<h1 align="center" style="font-weight: bold;">Projet Web - M1 ISA 💻</h1>
|
|
|
|
<p align="center">
|
|
<a href="#tech">Technologies</a> - <a href="#started">Lancer le projet</a> - <a href="#auth">Auteurs</a>
|
|
</p>
|
|
|
|
<p align="center">Projet réalisé dans le cadre du cours de <strong>Web languages for data storage and management</strong>.</p>
|
|
|
|
<h2 id="technologies">💻 Technologies</h2>
|
|
|
|
- SvelteKit
|
|
- MongoDB
|
|
- Redis
|
|
- Docker
|
|
|
|
<h2 id="started">🚀 Lancer le projet</h2>
|
|
|
|
Afin de lancer le projet en local, vous aurez besoin de suivre les instructions suivantes
|
|
|
|
<h3>Clonez le dépôt</h3>
|
|
Commencez par cloner le dépôt Git sur votre machine
|
|
|
|
```bash
|
|
git clone https://github.com/NabilOuldHamou/M1_ProjetWeb
|
|
```
|
|
|
|
<h3>Production</h3>
|
|
Installez **Docker** sur votre machine puis utilisez la commande suivante pour lancer le projet
|
|
|
|
```bash
|
|
docker compose up
|
|
```
|
|
|
|
<h3>Développement</h3>
|
|
TODO
|
|
|
|
<h2 id="auth">🤝 Auteurs</h2>
|
|
|
|
<table>
|
|
<tr>
|
|
<td align="center">
|
|
<a href="https://github.com/NabilOuldHamou">
|
|
<img src="https://github.com/NabilOuldHamou.png" width="100px;" alt="Nabil Profile Picture"/><br>
|
|
<sub>
|
|
<b>Nabil Ould Hamou</b>
|
|
</sub>
|
|
</a>
|
|
</td>
|
|
|
|
<td align="center">
|
|
<a href="https://github.com/Luxray555">
|
|
<img src="https://github.com/Luxray555.png" width="100px;" alt="Bilal Profile Picture"/><br>
|
|
<sub>
|
|
<b>Bilal Dieumegard</b>
|
|
</sub>
|
|
</a>
|
|
</td>
|
|
|
|
<td align="center">
|
|
<a href="https://github.com/YacineHB">
|
|
<img src="https://github.com/YacineHB.png" width="100px;" alt="Yacine Profile Picture"/><br>
|
|
<sub>
|
|
<b>Yacine Hbada</b>
|
|
</sub>
|
|
</a>
|
|
</td>
|
|
|
|
<td align="center">
|
|
<a href="https://github.com/Yanax373">
|
|
<img src="https://github.com/Yanax373.png" width="100px;" alt="Yanis Profile Picture"/><br>
|
|
<sub>
|
|
<b>Yanis Bouarfa</b>
|
|
</sub>
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|