trax

module
v0.0.0-...-a63ec68 Latest Latest
Warning

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

Go to latest
Published: May 11, 2024 License: MIT

README

trax

Trading platform network

Local development setup:

Once:

$ cd cmd/client && npm install
$ GO111MODULE=off go get github.com/gogo/protobuf/proto
$ go install github.com/gogo/protobuf/protoc-gen-gogoslick
$ cat scripts/add_localhost.hosts | sudo tee -a /etc/hosts > /dev/null

Start:

$ docker-compose up -d
$ make admin && ./bin/trax_admin config/admin/local.json
$ make api && ./bin/trax_api config/api/local.json
$ make auth && ./bin/trax_auth config/auth/local.json
$ make client && ./bin/trax_web_client config/web_client/local.json

TODO:

  • Add Create & Update on everything

    • Create Role

    • Create (add at least 1 role) User

    • Display + Update Role w permission

    • Display + Update User w roles

    • Delete Role

    • Delete (remove * roles) User

    • Change selected value into stores into map <'string', Ref<[]>>

  • Clean UI (table, cards, etc.)

- Stocks
- Transactions
--> map view ? prediction view ?

- Settings
  + User
  + Entities

Directories

Path Synopsis
cmd
api
internal
pkg
gogoproto
Package gogoproto provides extensions for protocol buffers to achieve:
Package gogoproto provides extensions for protocol buffers to achieve:
log

Jump to

Keyboard shortcuts

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