Skip to content

fractio/gpsTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPS tracker app

The purpose of this application is to test some tech

  • Golang
  • Boltload (bbolt)
  • API sever in Golang
  • websocket in golang (via channels)
  • Flow types
  • Auto generate front end types from golang structs

Tools

Make types for front end from Location struct

typewriter -file ./Location.go -lang flow -v -out ./client/src/models.js

run frontend in dev mode

cd client
yarn start

run backend in dev mode

go run ./...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors