Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 831 Bytes

File metadata and controls

28 lines (20 loc) · 831 Bytes

#resubmission-angular-testserver

The nodejs server is used to redesign/design/develop the frontend of the Resubmissionar Angular application. It is mainly used to send mock objects to the Service Modul, but it serves all other files as well.

##Features

##Requirements

  • NodeJS v.10.32
  • Browser

##Running required

  • NodeJS

Steps

  • go to the server directory with your command line tool
  • start the server with "node server.js"
  • go to http://localhost:8080/
  • PROFIT

EOF