FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · AAdewunmi/URL-Shortener-FastAPI-Python · GitHub
AAdewunmi
/
URL-Shortener-FastAPI-Python
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
3
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Jan 3, 2023
Forty-Five Commit: Fix spelling mistake in README.md
AAdewunmi
committed
3f5658e
View commit details
Copy full SHA for 3f5658e
Browse repository at this point
Update README.md
AAdewunmi
authored
894aa28
View commit details
Copy full SHA for 894aa28
Browse repository at this point
Forty-Four Commit: Add UI screenshot to project
AAdewunmi
committed
f1d1c0c
View commit details
Copy full SHA for f1d1c0c
Browse repository at this point
Forty-Three Commit: Implement API endpoint to call deactivate_db_url_by_secret_key()
AAdewunmi
committed
fabf4a2
View commit details
Copy full SHA for fabf4a2
Browse repository at this point
Forty-Two Commit: Implement deactivate_db_url_by_secret_key() function for deleting shortened URLs
AAdewunmi
committed
c181ff2
View commit details
Copy full SHA for c181ff2
Browse repository at this point
Forty-One Commit: Refactor forward_to_target_url() to handle counting shortened URL visits
AAdewunmi
committed
65747d5
View commit details
Copy full SHA for 65747d5
Browse repository at this point
Forty Commit: Implement update_db_clicks() function to count shorten URL visits
AAdewunmi
committed
878a89d
View commit details
Copy full SHA for 878a89d
Browse repository at this point
Thirty-Nine Commit: Refactor get_url_info() to return URLInfo schema
AAdewunmi
committed
b3fc1e6
View commit details
Copy full SHA for b3fc1e6
Browse repository at this point
Thirty-Eight Commit: Refactor create_url() to return URLInfo schema
AAdewunmi
committed
98fc8c2
View commit details
Copy full SHA for 98fc8c2
Browse repository at this point
Thirty-Seven Commit: Implement get_admin_info() function
AAdewunmi
committed
be6da6a
View commit details
Copy full SHA for be6da6a
Browse repository at this point
Thirty-Six Commit: Implement get_url_info() function
AAdewunmi
committed
05544c4
View commit details
Copy full SHA for 05544c4
Browse repository at this point
Thirty-Five Commit: Implement a new API endpoint at the /admin/{secret_key} URL
AAdewunmi
committed
c95bc5c
View commit details
Copy full SHA for c95bc5c
Browse repository at this point
Thirty-Four Commit:Implement get_db_url_by_secret_key() function
AAdewunmi
committed
da2e474
View commit details
Copy full SHA for da2e474
Browse repository at this point
Commits on Jan 2, 2023
Thirty-Three Commit: Refactor forward_to_target_url() to incorporate get_db_url_by_key()
AAdewunmi
committed
fbdeeaa
View commit details
Copy full SHA for fbdeeaa
Browse repository at this point
Thirty-Two Commit: Refactor create_url() function to handle random strings
AAdewunmi
committed
a6da2a5
View commit details
Copy full SHA for a6da2a5
Browse repository at this point
Thirty-One Commit: Refactor create_db_url() to make sure every shortened URL exists only once.
AAdewunmi
committed
ee8391f
View commit details
Copy full SHA for ee8391f
Browse repository at this point
Thirty Commit: Implement create_unique_random_key() to generate unique key
AAdewunmi
committed
8704e1d
View commit details
Copy full SHA for 8704e1d
Browse repository at this point
Twenty-Nine Commit: Implement helper function to ensure database entry’s key value is unique
AAdewunmi
committed
bbca299
View commit details
Copy full SHA for bbca299
Browse repository at this point
Twenty-Eight Commit: Implement helper functions for CRUD operations on database
AAdewunmi
committed
2a2c907
View commit details
Copy full SHA for 2a2c907
Browse repository at this point
Twenty-Seven Commit: Create skeleton crud.py file
AAdewunmi
committed
8cb2101
View commit details
Copy full SHA for 8cb2101
Browse repository at this point
Twenty-Six Commit: Implement helper function to generate keys for URLs
AAdewunmi
committed
376cdd3
View commit details
Copy full SHA for 376cdd3
Browse repository at this point
Twenty-Five Commit: Create skeleton keygen.py file
AAdewunmi
committed
92368e4
View commit details
Copy full SHA for 92368e4
Browse repository at this point
Twenty-Four Commit: Implement forward_to_target_url() to handle redirecting HTTP requests
AAdewunmi
committed
e885da3
View commit details
Copy full SHA for e885da3
Browse repository at this point
Twenty-Three Commit: Implement raise_not_found() function to handle missing URLs
AAdewunmi
committed
8e753bf
View commit details
Copy full SHA for 8e753bf
Browse repository at this point
Commits on Jan 1, 2023
Twenty-Two Commit: Fixed TypeError: Object of type 'type' is not JSON serializable
AAdewunmi
committed
b74af3c
View commit details
Copy full SHA for b74af3c
Browse repository at this point
Twenty-One Commit: Refactor function that handles post request for creating shortened URL
AAdewunmi
committed
4cab936
View commit details
Copy full SHA for 4cab936
Browse repository at this point
Twentieth Commit: Implement connection to database
AAdewunmi
committed
736f3f0
View commit details
Copy full SHA for 736f3f0
Browse repository at this point
Nineteenth Commit: Implement schema for data stored in database
AAdewunmi
committed
62e386a
View commit details
Copy full SHA for 62e386a
Browse repository at this point
Eighteenth Commit: Create skeleton file models.py
AAdewunmi
committed
a03ed08
View commit details
Copy full SHA for a03ed08
Browse repository at this point
Seventeenth Commit: Implement database configuration file
AAdewunmi
committed
cc128ca
View commit details
Copy full SHA for cc128ca
Browse repository at this point
Sixteenth Commit: Create Skeleton database.py file
AAdewunmi
committed
a665535
View commit details
Copy full SHA for a665535
Browse repository at this point
Commits on Dec 31, 2022
Fifteenth Commit: Implement URLBase schema in a POST endpoint
AAdewunmi
committed
939a293
View commit details
Copy full SHA for 939a293
Browse repository at this point
Fourteenth Commit: Implement schemas for request and response body
AAdewunmi
committed
c4ab1fb
View commit details
Copy full SHA for c4ab1fb
Browse repository at this point
Thirteenth Commit: Create Skeleton schemas.py
AAdewunmi
committed
f4af186
View commit details
Copy full SHA for f4af186
Browse repository at this point
Commits on Dec 30, 2022
Twelfth Commit: Update README.md
AAdewunmi
committed
a61d205
View commit details
Copy full SHA for a61d205
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL