Rename rest_services to restServices
Created by: alesso-x
Renaming the file rest_services.js to restServices.js and added the environment variable for project service.
REACT_APP_PROJECT_SERVICE=http://localhost:5402
The file request.js does not return a object with a data field since our services return json objects with data key. This makes it cleaner than writing ...data.data.