Skip to content

surajsarkar/githubProfileBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Api

https://surajsarkar.pythonanywhere.com/api/user?name=surajsarkar

  • Right now it only has 1 endpoint (the above one mentioned, passing my username as argument).
  • It filters every required data and sends it as json
  • It is deployed on pythonanywhere

Endpoint ⬇️

Only supports GET request

https://surajsarkar.pythonanywhere.com/api/user?name=<github_username>

Run test cases

pytest <test_file_path>
#eg
pytest ./tests/test.py

About

Backend for my angular github profile showcase project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published