Student of Computer Education and Instructional Technology (Bachelor)— Neuroscience Enthusiast — Human Computer Interaction —Studying A.I. and Data Science-C.S.
See more
Lastly, we edit our front end’s package.json and add a proxy there to point to the port where our back end is deployed.
const obj1 = { a: 1, b: 2 }const obj2 = { a: 2, c: 3, d: 4}const obj3 = {...obj1, ...obj2}