This app is on Angular6, having a simplistic login mechanism (supports only one user with cred as admin/admin). It has a dashboard and one CURD operation of Posts. It uses REST API to communicate to a dummy server.
Angular CLI: 6.2.1 Node: 8.11.1 OS: win32 x64 Angular: 6.1.7 ... animations, common, compiler, compiler-cli, core, forms ... http, language-service, platform-browser ... platform-browser-dynamic, router
-
npm install // to install all the dependencies
-
npm start // to start off the program
-
Now open browser to http://localhost:4200/
-
Provide username as admin, password as admin. (Note: Both are admin).
-
To run the tests: npm test
Please check out the recorded_demo (MP4) for a demo.