Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 383 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 383 Bytes

Steps to run the project

Step 1 - Clone this repository

Step 2 - Then install requirements.txt using pip

pip install -r requirements.txt

Step 3 - In settings.py file give your gemini api key in variable API_KEY

Step 4 - To run the Django server, navigate to the root directory in your terminal, and then execute this command

python manage.py runserver