No description
  • TypeScript 32.7%
  • Java 25.3%
  • CSS 21.8%
  • HTML 20.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-31 19:49:31 +11:00
.idea init 2026-07-31 19:49:31 +11:00
app init 2026-07-31 19:49:31 +11:00
img-docs init 2026-07-31 19:49:31 +11:00
pSQL.sql init 2026-07-31 19:49:31 +11:00
README.md init 2026-07-31 19:49:31 +11:00

Vencose.nc — Application Web

Projet réalisé dans le cadre du BTS SIO (Services Informatiques aux Organisations).
Vencose.nc est une application web de vente en ligne (particuliers à particuliers), conçu pour mon examen de BTS SIO (SLAM).


Liens du projet


Diagramme de cas d'utilisation

Diagramme de cas d'utilisation


Stack technique

Couche Technologie
Front-end Angular
Back-end PHP
Base de données PostgreSQL

Outils

Nom Utilisation
DBeaver Base de données
MailHog Serveur smtp local
docker run -d \
  --name mailhog \
  -p 1025:1025 \
  -p 8025:8025 \
  mailhog/mailhog

Installation et lancement

Prérequis

  • Node.js et Angular CLI installés
  • PHP
  • PostgreSQL

Cloner le dépôt

git clone https://github.com/kibagami-nc/BOUILLE_Manley_Projet_Web_VencoseNC.git
cd BOUILLE_Manley_Projet_Web_VencoseNC

Lancer le front-end

cd frontend
npm install
npm start

L'application sera accessible à l'adresse http://localhost:4200.


Auteur

Projet réalisé par kibagami-nc dans le cadre du BTS SIO.