Description
A simple Angular 8 application with login / logout feature based on JWT token. For a back-end wrote in NestJS to work with JWT see : NestJsJWT
Installation
$ npm install
Running the app
# development
$ npm start
Test the app
For login form, based on the suggested back-end, use one of john/changeme , chris/secret or maria/guess .