A customized Point of Sale Application
- React for the front end
- Antd with css for page structure and styles
- MongoDB and Mongoose ODM for the database
- Use GraphQL with a Node.js and Express.js server
- Use queries and mutations for retrieving, adding, updating and deleting data
- React-Redux for state management
npm i
npm run seed
npm run dev
Login Page
Home/Cart Page
Invoice Page
Inventory Page
Use the link below with provided admin combo, you can try our POS application.
employeeId: "123456",
password: "password12345",
Click here for the app