A boilerplate ready for serving Node Express TypeScript ESlint Prettier Jest Supertest and Husky
The code at GitHubNode Express Sequelize ORM React TypeScript MySQL Role based Membership system using Email notification and Forgot Password
The Node Web API is hosted at Microsoft Azure App Service with the Free App Service Plan
The clients are hosted at GH Pages and at a traditional Web Hotel
The React client at GH Pages uses DevOps. The React HashRouter solves most 404 / Browser refresh issues at GH Pages
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.
Volta was used for Node Version Management switching between Node versions
Pure SQL Node Express React MySQL Role based Membership system with Email Verification and Forgot Password
Hosted at Microsoft Azure App Service with the Free App Service Plan.
Try the demo...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.
Google authentication by Node Express serving as the backend and EJS Views are the frontend for this application
Hosted at Microsoft Azure App Service with the Free App Service Plan.
Try the application ...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.
Node Express React Vue Angular MySQL Role based Membership system
Hosted at Microsoft Azure App Service with the Free App Service Plan.
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.