server

command module
v0.0.0-...-135ad47 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 25, 2020 License: MIT Imports: 5 Imported by: 0

README

Beavertail/server

Beavertail/server is the backend of the automatic passenger tracking system.

Building Beavertail/server

  1. git clone this repo
$ git clone https://github.com/UCSC-CSE123/beavertail.git
  1. cd into the server
$ cd beavertail/server
  1. Pull the dependencies using go get
$ go get ./...
  1. go build the server
$ go build

Running the server

From the output of server -help:

Usage of server:
  -config string
        use a config.yml file to configure the server, overrides all flags
  -db string
        the sqlite3 file to use (default "db/taps.db")
  -host string
        the host address to bind to (default "localhost")
  -port string
        the port to listen on (default "8080")
  -verbose
        turn on verbose mode

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package models defines all data models for the beavertail server.
Package models defines all data models for the beavertail server.
service
datagram
Package datagram defines all actions associated with the GRPC service "Datagram".
Package datagram defines all actions associated with the GRPC service "Datagram".

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL