Skip to content
forked from CptZee/Stocked

About Practice 6 of Hashiras - A simple inventory app with both user and admin accesses.

Notifications You must be signed in to change notification settings

Hashiras/Stocked

 
 

Repository files navigation

Hi, we're the Hashiras! 👋

Authors

Features

Entities

  • Regular user: can view the inventory list, add products to the list, and update their own added products.
  • Admin user: can view the inventory list, add products to the list, update any product on the list, and delete products from the list.

Functionality

  • User authentication: Users should be able to log in to the application using their username and password.
  • Inventory list: The application should display a list of products currently in the inventory, including their name, description, quantity, and price.
  • Adding products: Users should be able to add new products to the inventory by entering the product name, description, quantity, and price.
  • Updating products: Users should be able to update their own added products, while admin users should be able to update any product on the list. The user should be able to modify the product name, description, quantity, and price.
  • Deleting products: Admin users should be able to delete products from the inventory list.

Screenshots

App Screenshot App Screenshot App Screenshot App Screenshot App Screenshot App Screenshot

FAQ

Is the project complete and functional?

Yup, pretty much! The only missing feature is the setup of an admin account inside the application and the implementation of a non-local database. Furthermore, we decided to skip the pin authentication for now.

Are you planning on updating this project?

This is just a practice exercise that is aimed to see what we can produce within four hours of development. It is highly unlikely that we will update the project but there is a chance in the far future.

Installation

See the releases section!

About

About Practice 6 of Hashiras - A simple inventory app with both user and admin accesses.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%