Skip to content

Latest commit

 

History

History
29 lines (13 loc) · 393 Bytes

README.md

File metadata and controls

29 lines (13 loc) · 393 Bytes

saarthi.ai_backend_dev

Required

python 3.10.0

Instructions

cd to root.

python -m venv env

source env/bin/activate

python -m pip install --upgrade pip

pip install django

pip install djangorestframework

python .\manage.py runserver 8080

Requirement 1

curl --location --request GET 'http://localhost:8080/api/external-books?name=A Game of Thrones'