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

https://github.com/owlinux1000/url_shortener_sample


https://github.com/owlinux1000/url_shortener_sample

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Sample URL Shortener

A toy application to learn how to create service of URL shortening.

## 1. Setup backend

```
$ redis-server
$ ruby main.rb
```

## 2. Set up front

```
$ git clone https://github.com/owlinux1000/url_shortener_sample_front
$ cd url_shortener_sample_front
$ npm run dev
```

## 3. Access to http://localhost:8080

![UI](https://imgur.com/download/LhaTVBb)