This is a Point of Sale application built using React.
It offers the features for login into account which can be classified into two roles viz. admin and cashier
After logging into the account, you can
- Check the dashboard for sales
- Update store and account settings
- Manage users and their access
- Perform transactions and build their cart
- View and filter transactions
- Print receipt for current or previous transactions
- View and manage categories and products
The project was built for the purpose of submission of my summer training final project.
Login Page
Dashboard
- node >= 14.17.3
- npm >= 7.19.1
cd {Relative Path to Project Folder}/backend/
npm install
npm start
cd {Relative Path to Project Folder}/frontend/
npm install
npm start
Go to localhost:3000/ in your browser if not redirected automatically