small update in models : idUser and idArtcle are not required anymore to allow anyone to connect and add a new empty book
'use strict';
describe("app_controller_test", function(){
it("should assert something",function(){
expect(true).toBe(true);
})
})