This is a Store Management System created using Nest.js, a Node.js framework.
The Store Management System is a web-based application designed to help store owners manage their inventory and sales. The system allows users to add, edit and delete products, as well as track their sales and inventory levels. The application has a user-friendly interface that makes it easy for users to manage their store.
- User and Admin login
- Add, edit and delete products
- Track sales and inventory levels
- Buy products
- User-friendly interface
- Clone the repository to your local machine:
git clone https://github.com/your-username/store-management-system.git
- Install the required dependencies:
npm install