https://github.com/kutyel/urlish
🔗 An URI shortener made with Redis and the Reader Monad!
https://github.com/kutyel/urlish
haskell haskell-learning nix reader-monad redis uri-shortener url-shortener
Last synced: 7 months ago
JSON representation
🔗 An URI shortener made with Redis and the Reader Monad!
- Host: GitHub
- URL: https://github.com/kutyel/urlish
- Owner: kutyel
- License: mit
- Created: 2019-09-04T07:43:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-22T13:31:42.000Z (over 5 years ago)
- Last Synced: 2025-02-23T17:37:23.136Z (8 months ago)
- Topics: haskell, haskell-learning, nix, reader-monad, redis, uri-shortener, url-shortener
- Language: Haskell
- Homepage:
- Size: 11.7 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# urlish
[](https://github.com/kutyel/urlish/actions)
[](https://github.com/tweag/ormolu)
🚀 An URI shortener made with Haskell and Redis!
## Run Nix!
```sh
$ nix-shell --pure shell.nix --run "cabal repl"
```
### Start Redis
```sh
$ redis-server /usr/local/etc/redis.conf
```
### Stop Redis
```sh
$ redis-cli shutdown
```