Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

ramenhost/abacus-backend

Repository files navigation

abacus

Abacus Registration application

Setup Following Enviroinment Variables before starting the server.

  • MAIL_API_KEY
  • DBHOST
  • DBUSER
  • DBPASS
  • DBNAME

Build Binary

For host architecture

go build *.go

For different target architecture

Setup enviroinment variables GOARCH=386,GOOS=linux and run go build *.go

Starting Server

./app -port=3000

port flag can be left and defaults to 8080

About

Abacus Registration application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published