This is a Point of Sales software built using Next.js, Tailwind CSS, and MongoDB. The software allows you to view your daily and weekly sales and profits, add users with specific roles (admin, saler), add products, monitor stocks, and view orders and customers registered on the e-commerce side. The software also has an integrated e-commerce dashboard.
- Responsive design
- Server-side rendering with Next.js
- Tailwind CSS components
- MongoDB database
- User authentication and authorization
- E-commerce dashboard
- Offline functionality (work offline and upload database later)
- Clone the repository
- Install dependencies using
npm install - Run the development server using
npm run dev - Open http://localhost:3000 with your browser to see the result.
This project is licensed under the MIT License - see the LICENSE file for details.