golang-app / ecommerce

e-commerce written in Go and HTMX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-ecommerce

GoCommerce is an e-commerce application written in Go and ReactJS. The goal of this project is to show good practices and examples of some domain or technical decisions.

The whole application is split into a few major parts:

  • backend - the backend implementation that exposes an API for the frontend with frontend written in HTMX
  • docs - documentation that's more high-level (ADRs, architecture diagrams, etc)

If you find anything that you can improve or add - feel free to talk about it in the discussions or create a pull request.

The project is a very early stage so there's a lot of work to do so every contribution is welcome!

Quick start

The easiest way of running everything is using the docker-compose.

docker-compose up

You'll have to wait some time to download all dependencies and build everything but after it, everything should be up and running.

About

e-commerce written in Go and HTMX

License:MIT License


Languages

Language:Go 98.3%Language:PLpgSQL 1.1%Language:Dockerfile 0.5%Language:Makefile 0.2%