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
- Host: GitHub
- URL: https://github.com/devenes/python-web-test
- Owner: devenes
- License: apache-2.0
- Created: 2022-05-30T23:31:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-05T23:02:21.000Z (over 3 years ago)
- Last Synced: 2025-01-03T15:44:00.441Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Python Unit Web Test

🚧 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