No description
- TypeScript 32.7%
- Java 25.3%
- CSS 21.8%
- HTML 20.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .idea | ||
| app | ||
| img-docs | ||
| pSQL.sql | ||
| README.md | ||
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
- Maquettes Figma : Vencose.nc — Design
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.
