Skip to content

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.

License

Notifications You must be signed in to change notification settings

harshxtanwar/inter_iit_tech_submission_20AR10012

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

inter_iit_tech_submission_20AR10012

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.

Prerequisites before installing the code.

  1. git

installation documentation: https://github.com/git-guides/install-git \

  1. docker-compose

Docker desktop installation ( recommended ): https://docs.docker.com/desktop/install/windows-install/
docker-compose installation : https://docker-docs.netlify.app/compose/install/ \

Steps to install and run the code

  1. 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
  1. Make sure you have started docker
$ systemctl start docker
$ systemctl enable docker
  1. move to the directory that has the docker file and the manage.py file
cd inter_iit_tech_submission_20AR10012/kgp
  1. 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

  1. Now run the docker-compose file
docker-compose up

The application will be running at 0.0.0.0:8000/ at your local computer.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published