Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 534 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 534 Bytes

Presence Backend Server

Download and run the binary from the release page.

OR

To run Presence, type the following into a Terminal or Command Prompt window:

go run main.go

To specify a port to run on, add the port flag to the command:

go run main.go -port=<PORT>

API Routes
API Handlers