https://github.com/qomaindo-dev/go-bookstore
A simple example of a POS application using Graphql on Golang
https://github.com/qomaindo-dev/go-bookstore
Last synced: 10 months ago
JSON representation
A simple example of a POS application using Graphql on Golang
- Host: GitHub
- URL: https://github.com/qomaindo-dev/go-bookstore
- Owner: qomaindo-dev
- Created: 2023-08-11T03:27:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T06:32:30.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T03:41:33.070Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-bookstore
The bookstore POS application created using Graphql aims to learn about Graphql. This program is still in the development stage and adding features. So there will be another update.

## Tech Stack
- Docker
- Golang
- gorilla/mux
- gorm
- JWT
- gqlgen
## Features
- Registration
- Login
- Master Data Book
- Master Data Role
- Master Data Employee
## Running
```golang
make run
```