/backend-SR-engine

backend for search engine

Primary LanguagePython

backend-SR-engine

backend for search engine. Link to frontend - https://github.com/Ck1998/SainyaRanakShetram-Level-3-Search-Engine

Submission by Chetanya Kunndra mtcs20ck

Note: Due to my exams starting next week I will only be able to dedicate this much code for the challenge. I apologize

To install

install requirements -

pip install -r requirements.txt

start server -

python3 manage.py runserver

Docker -

build docker

docker build .

compose docker

docker-compose up