The objective of this project is to create a platform that gives good search experience when searching through a list of links to browse from.
- git
installation documentation: https://github.com/git-guides/install-git \
- docker-compose
Docker desktop installation ( recommended ): https://docs.docker.com/desktop/install/windows-install/
docker-compose installation : https://docker-docs.netlify.app/compose/install/ \
- Clone repository from github to your local operating system by running the command below in your terminal in a suitable directory.
git clone https://github.com/harshxtanwar/inter_iit_tech_submission_20AR10012.git
- Make sure you have started docker
$ systemctl start docker
$ systemctl enable docker
- move to the directory that has the docker file and the manage.py file
cd inter_iit_tech_submission_20AR10012/kgp
- Build the Dockerfile
docker-compose build
NOTE: in case youe get a permissions 13 error while building your docker image, it means you have not added your user yet to docker use command:
sudo su $USER
in that case
- Now run the docker-compose file
docker-compose up
The application will be running at 0.0.0.0:8000/ at your local computer.