This app let's you build a realtime web socket based client/server ordering system. Your menu is served to the client based on URL to connect to different hotels as different clients
clone the repo using git clone https://github.com/csfx-py/hotel-front.git
and cd over to the folder
You install dependencies with yarn
or npm i
The src/contexts contains contexts used for making requests to backend, change the base url to point to the backend server