Node.js and Express / 2019-2022

JavaScript, Visual Studio Code, Microsoft Azure cloud hosting with Azure App Service are used in following projects building RESTful Web APIs and MVC based applications.

Role based Membership System in React TypeScript Node.js and Express with Email Verification and Forgot Password using Sequelize ORM and MySQL 

A Membership System with Authentication, User registration with Email verification and Forgot Password functionality. Secured by HTTPS, CORS and Bcrypt. For Authentication JWT access Tokens are used securing the private routes of the Web API. For testing the authentication / access token will expire after 15 minutes and a new Login is needed.

Role based Membership System in React Node.js and Express with Email Verification and Forgot Password using MySQL

A Membership System including User Registration and Forgot Password. Secured by HTTPS, CORS and Bcrypt. For Authentication a JWT is send with the Baerer schema in the Authorization Header. Made without any ORM framework like Sequelize.

Follow the link to try the application ...

 

Role based Membership System by a Node.js and Express Web API

A Web API Membership and Authentication System of Users. The frontends are developed in React, Angular and Vue.js + Vuex. The Web API is implemented in Node.js and Express. Secured by HTTPS, CORS and Bcrypt. For Authentication a JWT is send with the Baerer schema in the Authorization Header.

Authentication by Google OAuth Server, Node.js and Express

CI / CD with Azure App Service and GitHub Actions. A User can perform authentication by the Google OAuth Server using Node.js, Express, Passport and EJS View Template. After a successfully authentication the user will be have access to view informations and profile picture from the Google profile and visit a protected page.

Follow the link to try the application ...