Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 847 Bytes

File metadata and controls

31 lines (20 loc) · 847 Bytes

MySampleCURDApp

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.

Dependencies

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

How to?

  • 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

Demo

Please check out the recorded_demo (MP4) for a demo.

Contact:

pradip.interra@gmail.com