Express

JWT authentication with Angular 10 and Node.js/ExpressJS 4 (MySQL)

I will assume that you already have your Front with Angular 10 and your Back with Node.js ExpressJS 4 and I will not show the creation part of these two projects. Creating the login form under Angular The back side of the form : Go to your form.component.ts file (Make it according to your components…) and we will build it as on the example : […]

JWT authentication with Angular 10 and Node.js/ExpressJS 4 (MySQL) Lire la suite »

VueJS 3, ExpressJS 4.17 | Uploading and resizing an image

Uploading an image and resizing with VueJS 3 and ExpressJS 4.17 I will show you how to make a simple form with VueJS 3, to upload an image and a text field that could be used for the image’s alternative text. The server is running ExpressJS 4.17. We will need several libraries : VueJS Front Back ExpressJS Once the outbuildings are installed, let’s get

VueJS 3, ExpressJS 4.17 | Uploading and resizing an image Lire la suite »

Angular, ExpressJS | Authentification JWT avec Angular 10 et ExpressJS 4 (MySQL)

Je vais partir du principe que vous avez déjà votre Front avec Angular 10 et votre Back avec ExpressJS 4 et je ne montrerais pas la partie de création de ces deux projets. Création du formulaire de login sous Angular Le côté back du formulaire : Rendez vous sur votre fichier formulaire.component.ts (Faites en fonction de vos composants…) et nous allons le construire comme sur l’exemple : Nous

Angular, ExpressJS | Authentification JWT avec Angular 10 et ExpressJS 4 (MySQL) Lire la suite »

VueJS 3, ExpressJS 4.17 | Upload et redimensionnement d’une image

Upload d’une image et redimensionnement avec VueJS 3 et ExpressJS 4.17 Je vais vous présenter comment faire un formulaire simple avec VueJS 3, pour pouvoir upload une image ainsi qu’un champ de texte qui pourrait servir au texte alternatif de l’image. Le serveur tourne sous ExpressJS 4.17. Nous allons avoir besoin de plusieurs librairies : Front VueJS Back ExpressJS Une fois les

VueJS 3, ExpressJS 4.17 | Upload et redimensionnement d’une image Lire la suite »