Sign inSign up

mateuspachecodev670/purchase-app-frontend

By mateuspachecodev670

Updated 10 months ago

React/Vite SPA served by Nginx reverse proxy on port 80

Image
Languages & frameworks
0

434

mateuspachecodev670/purchase-app-frontend repository overview

🛍️ Purchase Manager Frontend

The client-side application for the Purchase Manager system, designed to handle purchase orders, cost distribution calculations, and supplier management.

🚀 Tech Stack
  • Framework: React 18 + Vite
  • Styling: Tailwind CSS
  • Icons: Lucide React
  • Server/Proxy: Nginx (Alpine)
🐳 Running with Docker

This image contains Nginx configured to serve the React SPA and reverse-proxy API requests to the backend.

Standard Run:

docker run -d \
  -p 80:80 \
  --name frontend \
  --link backend \
  mateuspachecodev670/purchase-app-frontend:v1

Tag summary

Content type

Image

Digest

sha256:45edd10c9

Size

21.6 MB

Last updated

10 months ago

docker pull mateuspachecodev670/purchase-app-frontend:v2