### user story As a customer, I should be able to access the system using a username and password ### acceptance criteria - [ ] using a generic username and password for log in will redirect the user to the freelancer's profiles page. ### implementation - [ ] use a basic http authentication in the nodeJS webserver which uses expressJS