A test web application built with aiohttp on Python 3.8.
- Python 3.8+
- Docker
Installation can be done:
- Github - without cloning
$ pip install git+https://github.com/csc-jm/test-button.git
- cloning repository:
$ git clone [email protected]:csc-jm/test-button.git
$ cd test-button
$ pip install .
After install the application can be started like: $ test-button
In order to run the tests: $ tox
in the root directory of the git project.
Build and run using docker
:
docker build -t test-button .
docker run -p 5430:5430 test-button
Server can then be found from http://localhost:5430.