Skip to content

dedeandress/belanjayukid_go

Repository files navigation

BelanjaYukID (Point of Sales) Revamp Golang

Under Development ✌️

Api Docs

Apiary

Server

  • TBD

Features

  • TBD

Tech

BelanjaYukID uses a number of open source projects to work properly:

Installation

Go Sample Login Register requires Go v1.18 to run.

Build and start the server.

cd belanjayukid_go
export DATABASE_URL=CHANGEME
export DB_LOG_MODE=true #true or false
export DB_SSL_MODE=require #require or disable
export JWT_KEY=CHANGEME
go build main.go
./main.go

Dependency

Go Sample Login Register is currently extended with the following Dependency.

Dependency URL
jwt-go [github.com/dgrijalva/jwt-go/v4]
validator [github.com/go-playground/validator/v10]
uuid [github.com/google/uuid]
mux [github.com/gorilla/mux]
schema [github.com/gorilla/schema]
gorm [github.com/jinzhu/gorm]
crypto [golang.org/x/crypto]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages