A simple point of sale application built using react & node.js.
This is still a work in progress.
yarn
to install all the dependencies in the root and also in the api
folder.yarn dev:web
in one terminal session to start the web app in localhost:3000
yarn dev:api
in another terminal session to start the backend API in localhost:3500
admin
as username & password to see the dashboard.