Skip to content

Y4S1-EAD/web-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Commerce web-client - EAD

  1. Run "npm install" backend, frontend, and leading(main) directory separately.

  2. Create .env file inside the frontend directory and initialize the following values

    < For WIN users >
    REACT_APP_WEB_API = http://localhost:2030/api
    
    < For MAC users >
    REACT_APP_WEB_API = http://localhost:5004/api
    
  3. Create .env file inside the backened directory and initialize the following values

    NODE_ENV = development
    PORT = 5000
    MONGO_URI = mongo db url here without "" or ''
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •