Skip to content

Full Stack Practice website (Coffee shop website using React, React Router and MongoDB with CRUD) [Server Side-Link : https://coffee-server-ten.vercel.app/coffee]

Notifications You must be signed in to change notification settings

FarhanFardid/Coffee_Emporium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Coffee Emporium

Coffee Emporium is a full-stack project aimed at managing a coffee inventory. It allows users to add new coffee items, update existing items, remove items from the database, and display the inventory in the user interface.

Features:

i. Add New Coffee Items: Users can add new coffee items to the inventory by providing details such as name, description, price, etc.

ii. Update Coffee Items: Existing coffee items can be updated with new information such as price, or any other attributes.

iii.Remove Coffee Items: Unwanted or discontinued coffee items can be removed from the inventory.

iv. Display Inventory: The current inventory is displayed in the user interface, providing users with a clear overview of available coffee items.