https://github.com/miftah-mj/espresso-emporium-client
Espresso Emporium is a web application for managing and showcasing various coffee products. Users can view, add, update, and delete coffee items.
https://github.com/miftah-mj/espresso-emporium-client
coffee-shop express firebase mongodb react
Last synced: 27 days ago
JSON representation
Espresso Emporium is a web application for managing and showcasing various coffee products. Users can view, add, update, and delete coffee items.
- Host: GitHub
- URL: https://github.com/miftah-mj/espresso-emporium-client
- Owner: miftah-mj
- Created: 2024-12-03T12:57:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-18T08:14:03.000Z (3 months ago)
- Last Synced: 2025-02-05T17:49:34.128Z (3 months ago)
- Topics: coffee-shop, express, firebase, mongodb, react
- Language: JavaScript
- Homepage:
- Size: 7.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Espresso Emporium
Espresso Emporium is a web application for managing and showcasing various coffee products. Users can view, add, update, and delete coffee items.
## Table of Contents
- [Features](#features)
- [API Endpoints](#api-endpoints)
- [Technologies](#technologies)
- [Live Link](#live-link)## Features
- View a list of coffee products
- Add new coffee products
- Update existing coffee products
- Delete coffee products
- User authentication (sign in and sign out)# API Endpoints
- GET /coffees: Retrieve a list of coffee products.
- POST /coffees: Add a new coffee product.
- PUT /coffees/:id: Update an existing coffee product.
- DELETE /coffees/:id: Delete a coffee product.## Technologies
- Tailwind CSS
- React
- SweetAlert2
- Firebase Authentication
- Express
- MongoDB Atlas## Live Link
Live Link of Website: [Espresso Emporium](https://espresso-emporium-ac6a3.web.app/)