Skip to content

A headless, straightforward, and somewhat basic e-commerce platform developed to demonstrate a couple of Golang patterns.

License

Notifications You must be signed in to change notification settings

akolpakov-somehash/headless-ecom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

headless-ecom

🛒 A headless, straightforward, and somewhat basic e-commerce platform developed to demonstrate several Golang patterns 🧩.

🚧 Work in progress.

Demo

🗺️ Concept map (so far): Concept map

🔧 Install & run via docker-compose:

git clone [email protected]:akolpakov-somehash/headless-ecom.git
docker-compose build
docker-compose up -d

⏯️ Run/stop on local environemnt

make all
make stop

🌐 Visit: http://localhost:4200/

📋 Current functionality:

  • 👀 View products
  • 🔍 View a single product
  • 🛒 Add to cart
  • 📦 Place an order

⚠️ Please note: Quotes and orders are memory-based and will not persist. They will be cleared once the service is restarted.

🔗 Repos:

About

A headless, straightforward, and somewhat basic e-commerce platform developed to demonstrate a couple of Golang patterns.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published