Skip to content

Elojah/trax

Repository files navigation

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

About

Trading platform network (JS stack training)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published