MattiasDC / stock-market-engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stock-market-engine

stock-market-engine is a Python microservice application that serves a REST API to create/query/update a virtual stock market in time. It's build on top of the stock-market-lib library.

Installation

Use docker to install docker and then build stock-market-engine.

git clone https://bitbucket.org/MattiasDC/stock-market-engine.git
cd stock-market-engine
docker-compose -f docker-compose-dev.yml build
docker-compose -f docker-compose-dev.yml up

Open a web browser at 0.0.0.0:/docs to inspect the REST API

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Donations

Any donation is highly appreciated and optional

Paypal

paypal

Bitcoin address

bc1qu9eqkavmm6y2evxf37hma0uxuzrhspddfgt73e

Ethereum address

0xEC4A8c571Dfa3199D7B8674a043Ba88e51CC8B64

About


Languages

Language:Python 98.2%Language:Dockerfile 1.8%