clone this repo
git clone https://github.com/AnwarAan/poscash
configure file .env First!
myslq -u root -p
enter password
create database poscash;
check database
show databases;
exit;
cd ./client
npm install
npm run dev
cd ./server
npm install
nodemon index.js