Skip to content

PrebenLeroy/AngularApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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