phondani0 / e_store

Ecommerce Store application (PWA) build with Node.js, GraphQL, React.js, Redux, Prisma (ORM), PostgresSQL, and React-admin
https://e-store.vercel.app/
GNU General Public License v3.0
19 stars 5 forks source link

Stuck at REACT_APP_API_URL during setup #6

Closed bansaltushar014 closed 3 years ago

bansaltushar014 commented 3 years ago

Hi,

During the setup, I am confused with the URL need to be set in the env file of the client Folder. Which API URL needs to be set?

phondani0 commented 3 years ago

REACT_APP_API_URL should contain your server URL.

eg: If you are running it at the localhost:3500 your API URL will be:

REACT_APP_API_URL = http://localhost:3500

bansaltushar014 commented 3 years ago

Okay, Thanks