https://github.com/shadowtime2000/url-shortening-service
A URL shortening service made with Zero
https://github.com/shadowtime2000/url-shortening-service
Last synced: about 1 year ago
JSON representation
A URL shortening service made with Zero
- Host: GitHub
- URL: https://github.com/shadowtime2000/url-shortening-service
- Owner: shadowtime2000
- Created: 2020-09-23T00:07:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T22:28:08.000Z (over 5 years ago)
- Last Synced: 2025-02-05T08:35:21.267Z (over 1 year ago)
- Language: TypeScript
- Size: 404 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# url-shortening-service
A URL shortening service built with [zero](https://github.com/remoteinterview/zero)
## Running This
```
git clone https://github.com/shadowtime2000/url-shortening-service.git
cd url-shortening-service
yarn install
yarn start
```