This Admin portal frontend will consume the cafe-service API's and facilitate Admin to maintain the cafe's and Employees records.
- Create New cafe
- Register new employee and asign to the cafe
- List cafe`s
- List Employees
Follow bellow steps on CLI before getting start
- Run
git clone [email protected]:YasiruDev/cafe-frontend.git
for clone project - Run
cd cafe-frontend
- Run
npm install
for install packages
Follow bellow script on CLI to run this Application
- Run
npm start
- NodeJs - V12
- ReactJs - V16
REACT_APP_API_URL = http://localhost:3002/ REACT_APP_APP_NAME = GIC - Cafe