The following is a project concerning the management of a Supermarket. Includes two different types of forms. Those used by administrators and those used by sellers:
- Administrators can do some operations in the database (cleaning, restoring, etc.), create sellers, and monitor products and categories.
- Sellers manage products, product categories, and bill products.
Also, most forms have the ability to export and import files (CSV, xlsx). For data entry, an API is available for certain products to be imported automatically. Finally, the API is built in a different repository https://github.com/TaskoudisDimi/APIs.git, to be able to receive or send information to some third-party software.
Go to the code