An open API service indexing awesome lists of open source software.

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

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.

![Logo](https://graphql.org/img/og-image.png)

## 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
```