SkillAgentSearch skills...

FoodShop

Foodshop with 1 front end and 2 backends for orders managment and inventory managment

Install / Use

/learn @0xpiners/FoodShop
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Food Store Orders & Inventory Management

This project is an app used for managing orders and stocks of a food store.

Prerequisites

You need to have Docker and Docker Compose installed on your machine. You can download them from the Docker website.

Setup

  1. Download the docker-compose.yml and pull_images.sh files from this repository.

  2. Run the bash script to pull the Docker images from Docker Hub.

bash ./pull_images.sh

If you get a permission error, you might need to give execute permissions to the script:

chmod +x pull_images.sh

Running the Application

  1. Start the Docker containers with Docker Compose.
docker-compose up
  1. Open your web browser and navigate to localhost:4200 or click here to access the frontend.

Stopping the Application

To stop the Docker containers, press Ctrl+C in the terminal where you ran docker-compose up.

To remove the Docker containers, run docker-compose down.

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated3mo ago
Forks0

Languages

JavaScript

Security Score

82/100

Audited on Dec 16, 2025

No findings