Cet article est la suite d’un article sur la connexion à une base de données grâce à Sequelize. Dans cet article, notre objectif est de créer une API (Application Programming Interface) en REST (REpresentational State Transfer). API en JSON On modifie app.js et on ajoute // Api rest Controllers var apiRestRouter = require(‘./routes/rest/api’); Pour définir […]
Prerequisite: nodejs git @Angular/cli Installation of prerequisites Nodejs Install nodejs. Go to https://nodejs.org/en/ and download the installer. I took the version “12.4.0 Current” We’re checking the intallation. node -v v12.4.0 Git Install git. Go to https://git-scm.com/ Check the correct installation git version git version 2.22.0.windows.1 Angular/cli Nodejs is required to install Angular/cli. Install the latest […]
Cet article est la suite d’un premier article sur la création d’une application web en nodejs grâce au package express-generator. Cette fois ci, notre objectif est d’ajouter une connexion MySQL pour pouvoir récupérer les informations depuis une base de données et afficher ces informations dans l’application sous forme de liste simple. On utilisera MySQL comme […]
Prerequis : nodejs Installation des prerequis Nodejs On installe nodejs. On va sur https://nodejs.org/en/ et on télécharge l’installateur. J’ai pris la version “12.4.0 Current” On verifie l’installation. node -v v12.4.0 Express-generator Express-generator est un outil tout en un qui permet de créer rapidement une application node-js en utilisant la librairie express. Il sera possible grâce […]
title: Créer une application web et un logiciel de bureau avec Angular et electronJS tags: angular electronjs git nodejs categories: [angular] [electronjs] permalink: angular-electronjs-get-started date: 2019-06-16 00:40:07 Prerequis : nodejs git @angular/cli Installation des prerequis Nodejs On installe nodejs. On va sur https://nodejs.org/en/ et on télécharge l’installateur. J’ai pris la version “12.4.0 Current” On verifie […]
After a first introduction on creating a first application with Android, we are going to do the same manipulation and this time with IOS. Creating an application with IOS itself is easy. There is no difference with Android. This article will be short and will focus instead on my experience. To summarize, the least obvious […]
Why did Flutter interest me? On the one hand, because… I wasn’t too excited about ReactNative/NativeScript tools or hybrid frameworks such as Cordova/Xamarin… (though I have a soft spot for Ionic hic;). Also, I know the JAVA Android development but not Swift. By the way, I created a full Android application before the popularity of […]
Après une première introduction sur la création d’une première application avec de cet article Android , on fait la même manipulation et cette fois ci avec IOS. La création d’une application avec IOS en soit est facile. Il n’y a pas de différence avec Android. Ah mais oui, on est sur Flutter. Cet article va […]
Pourquoi Flutter a suscité mon intérêt ? D’une part, parce que… je ne m’emballais pas trop avec les outils ReactNative/NativeScript ni les framework hybrides tels que Cordova/Xamarin… (quoique j’ai un faible pour Ionic hic ;). Aussi, je connais le développement Android JAVA mais pas Swift. Au passage, j’ai créé une application full Android avant la […]