Skip to content

Commit

Permalink
feat: add auth app
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryOkafor committed Mar 29, 2024
1 parent 45bffc5 commit d0a3e18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: List all changed files
run:
echo steps.filter.outputs

build-web:
name: Build Web
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# URL Shortener
[![codecov](https://codecov.io/gh/jerryOkafor/URLShortener/graph/badge.svg?token=0EXB9TCKDW)](https://codecov.io/gh/jerryOkafor/URLShortener)

## Description

Expand All @@ -7,6 +8,7 @@ combination of the base URL and a unique identifier. The unique identifier is ge
incremented each time a new URL is shortened. The counter is then converted to a base 62 number and appended to the base
URL. The base 62 number is used to ensure that the shortened URL is as short as possible.


## Usage

[URL Shortner](https://urls-4b.web.app/)
Expand Down

0 comments on commit d0a3e18

Please sign in to comment.