Skip to content

MohitKS5/hindquarters-bitparx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hindquarters-bitparx

admin portal for Bitparx

installation

Database setup

  • make the databse with following config
param value
HOST "localhost"
PORT 5433
DB_USER "postgres"
DB_PASSWORD "bitparx"
DB_NAME "bitparx"

Go workspaceSetup

  • install external packages: go get <package name>
    • gorilla/mux
    • gorilla/handler
    • gorilla/context
    • bcrypt
    • pq
    • satori
  • go to /cmd/<server name>
  • go build or go install (build produces exe in same directory while install in bin)
  • run .exe files produced

Available Servers

code structure

About

admin portal for Bitparx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages