Clone the repository on your local machine
git clone https://github.com/jashnb/ilant_backend.git-
Python
Download and install Python 3.11 from their official website
-
Create virtual environment
cd ilant_backend python3 -m venv venv source venv/bin/activate
-
Install requirements
pip install -r requirements.txt
uvicorn src.main:app --reloadThe server will be running on http://localhost:8000
Once the server is running, you can access the search endpoint by navigating to http://127.0.0.1/8000/api/search-books/?query=python&page=1&itemsPerPage=10
To test out the endpoint, or to verify the documentation of the API please visit here