An open API service indexing awesome lists of open source software.

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

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
```