Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 398 Bytes

File metadata and controls

18 lines (13 loc) · 398 Bytes

devicestore

To Run backend follow below step

  1. cd backend
  2. Run the npm install command
  3. cd src
  4. Run node server
  5. server started on port http://localhost:3000/

Note Please Install mongodb and start before starting the node server

To Run frontend follow below step

  1. cd frontend
  2. Run the npm install command
  3. Run ng serve
  4. server started on port http://localhost:4200/