Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.24 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.24 KB

GITHUB USER SEARCH


  • This is the first Task that I did using an API.
  • This project basically uses the github api to search for the requested user and return the data which is displayed here.
  • On clicking the repository link we can get the commit history of that particular repository.

Requirements


Run Command pip install -r requirements.txt .

Features


  • Registration page i.e. custom user model.
  • bcrypt and Argon2 password hashing algorithms.

Project Structure


  • The app name is main where all the qoring happens.
  • Static file contains the master.css
  • Ttemplates folder has all the frontend Templates.
  • API_Task has the main urls.py, settings.py and other files.

Screenshots


Home-Page: index page

Login-Page: alt text

Search-Page: alt text

Result-pages: alt text

alt text

alt text

Commit-Pages: alt text

alt text