Categorygithub.com/cad/vehicle-tracker-api
repositorypackage
1.1.10
Repository: https://github.com/cad/vehicle-tracker-api.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Build Status

vehicle-tracker-api

Get dependencies

$ cd vehicle-tracker-api/

$ go get

Generate specs

$ go generate

Build

Build for x86.

$ go build -o vehicle-tracker

Build and static link

$ go build -ldflags "-linkmode external -extldflags -static" -o vehicle-tracker

Run

On First Run

Create a user.

$ ./vehicle-tracker createsuperuser --email [email protected] --password 1234

Start the api

Run

$ ./vehicle-tracker run