jjsosa / auth0-angular-nodejs

Created to test OAuth login with Auth0 authentication service using Angular for frontend and NodeJS for backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auth0-angular-nodejs

Created to test OAuth login with Auth0 authentication service using Angular for frontend and NodeJS for backend.

This repository contains 2 different proyects. The first is called "angular-front" created using AngularCLI and the other called "node-server" is a NodeJS server created using Express.

You need to open both projects directory and run "npm install" before the execution.

To execute "angular-front" run "npm start". To execute "node-server" run "npm start" (if you have nodemon installed globally) or "npm run" if you don't have Nodemon installed globally.

About

Created to test OAuth login with Auth0 authentication service using Angular for frontend and NodeJS for backend


Languages

Language:TypeScript 62.6%Language:JavaScript 23.7%Language:HTML 13.2%Language:CSS 0.5%