Skip to content

One web api to query market value for multiple companies concurrently with asyncio

License

Notifications You must be signed in to change notification settings

johnwei2019/market-values-api

Repository files navigation

market-values-api

One web api to query market value for listed companies, which is used to illustrate the use of AsyncIO, aiohttp, as well as unit tests with asynctest.

Setup project

Install Docker & Docker Compose

Then,

docker-compose build

Run unit tests

docker-compose up test

Run the web server

docker-compose up web

Run the development container

docker-compose run --rm dev

About

One web api to query market value for multiple companies concurrently with asyncio

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published