Skip to content

GhostMEn20034/SMIL3_SAL3S_admin_panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smile Sales Admin Panel for product microservice (Private API)

.env file example

REACT_APP_BASE_URL_USERS=http://localhost:8000 # Base URL of the user microservice
REACT_APP_BASE_URL_PRODUCTS=http://localhost:8001 # Base URL of the product microservice (Private API)
REACT_APP_BASE_URL_ORDERS=http://localhost:8003 # Base URL of the order microservice

Running the app locally

To run the app locally, enter the following command:

npm start

Go to http://localhost:3001

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages