Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 505 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 505 Bytes

AngularApp

Opdracht Web Apps Angular

Site staat online op: https://quiet-everglades-90749.herokuapp.com.

Lokaal draaien?

=> Backend starten:

  Windows: bash runBackend.sh in git bash
  
  Unix: npm startUnix

=> Frontend starten:

  npm start

Testing: -> run backend met test-db, wanneer backend draait op normale DB, neemt test normale DB. Backend moet draaien met testDB (via test-env)

  Windows: bash runTest.sh in git bash
  
  Unix: npm testUnix