Gitlab helps a user to obtain some basic information regarding any public repository on github, making use of the github REST API.
TECH STACK :- -> HTML -> CSS -> Python -> Flask -> Javascript
Follow the steps below to setup the webapp on your pc :
- Make sure to store all these files inside a folder named 'Git'
- Install all dependencies through pip (flask,BeautifulSoup,urllib,requests)
- Run the file named project.py
- Open your local host on any browser or directly click on the link that generates in the terminal.
- Just enter name of the user and the repository name on the webapp and click on submit.
- Make sure that all html files remain inside the template folder.