POS.Dash.webm
Create simple POS screen contain products and create invoice for them.
- You cane download my project.
git clone https://github.com/aml-fakhry/pos-task-api.git
- project requires having node installed https://nodejs.org/en/download/
- Install all dependencies
npm install
- Run the program in development environment.
npm run dev