This is the public repository of the given assignment for software engineer in automation position.
Clone the github repository and go the project folder.
git clone https://github.com/Developer-Humayra/tekarsh-assignment
cd tekarsh-assignment/
Create an anaconda virtual environment using the below command :
conda create -n venv python=3.10.0
Then, activate the environment.
conda activate venv
Install required libraries
pip install -r requirements.txt
Go to the API repository for API testing and run the main file.
cd api/
python main.py
Go to the UI folder for UI testing and run the main file.
cd ui/
python main.py