Skip to content

Latest commit

 

History

History

backend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Express backend

Starting backend

  1. navigate to this folder (express-backend)
  2. with "npm start" the backend on port 8080 can be started
  3. It connects automatically to MongoDB

Starting tests

  1. navigate to this folder (express-backend)
  2. with "npm run test" the tests for checking the registration and login function are started
  3. with "npm run testwarnings" the tests for checking the registration and login function are started and the warnings are displayed