https://github.com/owlinux1000/url_shortener_sample
https://github.com/owlinux1000/url_shortener_sample
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/owlinux1000/url_shortener_sample
- Owner: owlinux1000
- Created: 2018-04-04T13:40:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T12:02:54.000Z (about 8 years ago)
- Last Synced: 2025-01-16T10:35:46.050Z (over 1 year ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
