Skip to content

This Django powered website uses Github API to get User Repo Details and Commit history

License

Notifications You must be signed in to change notification settings

Rashmil-1999/GitHub-User-search

Repository files navigation

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

About

This Django powered website uses Github API to get User Repo Details and Commit history

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published