The POS (Point of Sales) Website Application is designed with a simple and responsive interface using Vuetify. This application is built using the NuxtJS framework for the Frontend while for the Backend it uses Node & Express. This website has the following features.
- CRUD Users
- CRUD Products
- CRUD Categories
- CRUD Stocks
- CRUD Reports / Orders
- CRUD Activation by email
You can find the documentation API on this.
For new users:
- Page Register
- Page Ceck Email for verification (Select cashier or customer)
- Page Login
For admin:
- Page dasboard
- Page Product
- Add Product
- Detail Product
- Delete Product
- Page Categories
- Add Category
- Detail Category
- Delete Category
- Page Stocks
- Add Stock
- Reduce Stock
- Adjusment Stock
- Page Report
- Tabel Get All Order
For Cashier:
- Page dasboard
- Page Menus
- Page Cart
- Page Orders
For Customer:
- Page dasboard
- Page Menus
- Page Cart
Clone project
git clone https://github.com/tomimandalap/pos.git
npm install
or
yarn install
Demo video on youtube
- Admin
- Email : admin@gmail.com
- Pass : passworD_1
- Cashier
- Email : cashier@gmail.com
- Pass : passworD_1
- User
- Email : user@gmail.com
- Pass : passworD_1