Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 279 Bytes

File metadata and controls

27 lines (15 loc) · 279 Bytes

Json-Web-Token-Authentication-with-Angular-8-and-Node-JS

Json Web Token Authentication with Angular 8 and Node JS

There are 2 parts to the project

Angular Part

cd ./Angular_Project
npm i
ng serve

Node Part

cd ./Node_Server
npm i
node app.js