Skip to content

DziumovS/lh_test_task

Repository files navigation

leadhit test-task

To run:

git clone git@github.com:DziumovS/lh_test_task.git
cd lh_test_task
docker compose up -d
python sending_test_requests.py

The tests are located in test_app.py.

If all tests pass successfully, the application container is deployed in the background on port 5000.

You can send test requests, for example, via Postman with content-type: x-www-form-urlencoded. Or use sending_test_requests.py.


Oldschool

if you're an oldfag you also can use this:

git clone git@github.com:DziumovS/lh_test_task.git
cd lh_test_task
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python test_app.py
python main.py
python sending_test_requests.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors