Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 765 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 765 Bytes

Test Button

A test web application built with aiohttp on Python 3.8.

Install and Run

Requirements:

  • 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

Tests and Documentation

In order to run the tests: $ tox in the root directory of the git project.

Build and Deployment

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.