TracesOfNuts / minimart

A simple web application for an online store.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jack's Minimart

Description

A simple web application for an online store.

The web application consists of 2 pages which support CRUD functionalities:

  1. Admin Landing Page

    • displays all the products in the minimart (READ).

    • a form to add a new product (CREATE).

      After adding new product:

  2. Admin Product Page

    • a form to edit the product's description and price (UPDATE).
    • a button to delete the product (DELETE).

Technologies

  • Backend
  • Frontend
    • React - JavaScript library for building UIs
    • React Router - Routing library for React
    • Material-UI - React component library that implements Google's Material Design
  • Storage
    • PostgreSQL - Relational DB for storing product information
    • MinIO - S3-compatible object storage for storing product images
    • MinIO Client - CLI for interacting with MinIO
  • Containerization
    • Docker - Containerization platform

Prerequisites

  • Docker

Usage

  1. Clone the repository.
  2. Run docker-compose up --build to start the application.
  3. Navigate to http://localhost:3000/admin/products to view the web application.

Contact

If you have any questions or feedback, feel free to reach out to me at ahmadzahiri90@gmail.com.

About

A simple web application for an online store.


Languages

Language:JavaScript 52.7%Language:Python 41.5%Language:Dockerfile 2.5%Language:HTML 2.0%Language:CSS 1.3%