Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 899 Bytes

README.md

File metadata and controls

45 lines (23 loc) · 899 Bytes

Cafe Frontend

About the project

This Admin portal frontend will consume the cafe-service API's and facilitate Admin to maintain the cafe's and Employees records.

Main features included :

  • Create New cafe
  • Register new employee and asign to the cafe
  • List cafe`s
  • List Employees

Getting started

Follow bellow steps on CLI before getting start

  1. Run git clone [email protected]:YasiruDev/cafe-frontend.git for clone project
  2. Run cd cafe-frontend
  3. Run npm install for install packages

Run Application

Follow bellow script on CLI to run this Application

  1. Run npm start

Requirements

  • NodeJs - V12
  • ReactJs - V16

.env configurations

REACT_APP_API_URL = http://localhost:3002/ REACT_APP_APP_NAME = GIC - Cafe

Screenshot

Dashboard