M1_ProjetWeb/README.md

75 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2024-12-01 23:14:33 +01:00
<h1 align="center" style="font-weight: bold;">Projet Web - M1 ISA 💻</h1>
2024-11-25 16:27:31 +01:00
2024-12-01 23:14:33 +01:00
<p align="center">
<a href="#tech">Technologies</a> - <a href="#started">Lancer le projet</a> - <a href="#auth">Auteurs</a>
</p>
2024-11-25 16:27:31 +01:00
2024-12-01 23:14:33 +01:00
<p align="center">Projet réalisé dans le cadre du cours de <strong>Web languages for data storage and management</strong>.</p>
2024-11-25 16:27:31 +01:00
2024-12-01 23:14:33 +01:00
<h2 id="technologies">💻 Technologies</h2>
2024-11-25 16:27:31 +01:00
2024-12-01 23:14:33 +01:00
- 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>
2024-12-18 10:46:53 +01:00
Installez <bold>Docker</bold> sur votre machine puis utilisez la commande suivante pour lancer le projet
2024-12-01 23:14:33 +01:00
```bash
docker compose up
```
<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>