Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 418 Bytes

File metadata and controls

19 lines (15 loc) · 418 Bytes

Angular 2 Practice App

To setup project:

  1. git clone git@github.com:addval/ng2app.git
  2. cd ng2app
  3. npm install
  4. npm run go

Clean JS Files

npm run clean

Routes:

  • /doctors -> Shows doctor list
  • /doctorsprofile/:id -> Shows doctor profile
  • /patientsprofile/:id -> Shows patient profile
  • /editpatientprofile/:id -> Edit patient profile

APIs:

http://docs.addvalng2app.apiary.io/