This project is a django based Inventory Management System that allows users to perform CRUD operations on registered products such as: name, unit price, amount sold and amount in stock.
Main Features:
- User authentication;
- Main page consists of the list of registered products;
- Details page for each product that can be accessed by clicking on the desired product;
- User can update values for existing product by accessing the details page;
- User can create new products to be added to the inventory;
- Validation on the creation process (to avoid duplicates);
- Dashboard view with graphs (created using plotly).
- Python
- Django
- Bootstrap
- FontAwesome
- plotly





