- 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.
Run Command pip install -r requirements.txt
.
- Registration page i.e. custom
user
model. - bcrypt and Argon2 password hashing algorithms.
- 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.