An open API service indexing awesome lists of open source software.

https://github.com/devenes/python-web-test

Simple web app to test your web service
https://github.com/devenes/python-web-test

Last synced: 11 months ago
JSON representation

Simple web app to test your web service

Awesome Lists containing this project

README

          


Python Web Test

 


Python Unit Web Test


Python Unittest
Github top language
Github language count
Repository size
License



🚧 Python Web Test 🚀 Under construction... 🚧



About   |  
Features   |  
Technologies   |  
Requirements   |  
Starting   |  
License   |  
Author


## :dart: About ##

Python Web Test is a simple web app to test your Python code.

## :sparkles: Features ##

:heavy_check_mark: Feature 1;\
:heavy_check_mark: Feature 2;\
:heavy_check_mark: Feature 3;

## :rocket: Technologies ##

The following tools were used in this project:

- [Python](https://www.python.org/)
- [Unittest](https://docs.python.org/3/library/unittest.html)
- [Docker](https://www.docker.com/)
- [Docker Compose](https://docs.docker.com/compose/overview/)

## :white_check_mark: Requirements ##

Before starting :checkered_flag:, you need to have [Git](https://git-scm.com), [Python](https://www.python.org/), [Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/overview/) installed.

## :checkered_flag: Starting ##

```bash
# Clone this project
$ git clone https://github.com/devenes/python-web-test

# Access
$ cd python-web-test

# Install dependencies
$ pip install -r requirements.txt

# Run the project
$ python main.py

# The server will initialize in the
```

## :memo: License ##

This project is under license from [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0.html). For more details, see the [LICENSE](LICENSE) file.

Made with :heart: by devenes

 

Back to top