Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zsomborjoel/webshopxz
An awesome (full-)stack for any Saas (htmx + go)
https://github.com/zsomborjoel/webshopxz
gin-gonic go golang htmx tailwind
Last synced: 18 days ago
JSON representation
An awesome (full-)stack for any Saas (htmx + go)
- Host: GitHub
- URL: https://github.com/zsomborjoel/webshopxz
- Owner: zsomborjoel
- Created: 2023-08-07T18:14:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-05T09:53:01.000Z (about 1 year ago)
- Last Synced: 2024-04-22T00:15:28.374Z (9 months ago)
- Topics: gin-gonic, go, golang, htmx, tailwind
- Language: HTML
- Homepage:
- Size: 2.56 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webshopxz
## 💻 Technologies
* Fullstack with
* htmx
* tailwind css
* go gin* Authentication/Authorization contains
* jwt
* refresh token
* csrf protection
* xss protection
* sessions## 🦄 Functionality
This application created due to research purposes
* Product grid
* Product Details
* Cart handling
* Payment
* Order handling
* Authentication
* Login
* Logout
* User creation
* Password reset## 📷 Interface snipets
Main page
Product details
Cart page
Account page
Login page
Account creation
Checkout page
## 📙 ER diagram
DB schema
## 🚀 Build Instructions / How to start the project
* Go to /cmd/webshopxz folder
* Run --> "go run main.go"