Deyal is a heathcare management system where testS API from API DOCUMENTATION
This repository contains REST API Testing automation code using Python
The project uses:
- Python 3.9 and higher
- Requests
By using Windows Terminal, Python and pip
- Place the repository files into the directory of your choice
- Create virtual environment
py -m venv env
- Activate created virtual environment
env\Scripts\activate
- Install project's dependencies
pip install -r requirements.txt