An open API service indexing awesome lists of open source software.

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.

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/)