AltheaIX / AltheaCart

Handling multi-user's cart with Golang and Jquery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AlthCartV2

Introduction

AlthCartV2 is mainly focused on handling multi-user's cart. AlthCartV2 use JWT to sign and verify authentication, JWT is stored at cookie and will expired within 1 hours (Can be changed at controller/auth.go). AlthCartV2 use UIKit for styling, the reason is to make it looks modern, simple, clean and Jquery for lifecycle.

Installation

  • Golang 1.18
  • Iris V12
go get github.com/kataras/iris/v12@master
  • JWT
go get github.com/kataras/iris/v12/middleware/jwt
  • SQLX
go get github.com/jmoiron/sqlx
  • PostgreSQL 14
go get github.com/lib/pq

Preview

  • Login Login Page

  • Product List Product List Page

  • Carts Carts Page

About

Handling multi-user's cart with Golang and Jquery

License:MIT License


Languages

Language:HTML 52.9%Language:Go 47.1%