22 lines
508 B
Org Mode
22 lines
508 B
Org Mode
#+TITLE: Zip My Link
|
|
#+AUTHOR: Joseph Ferano
|
|
#+OPTIONS: toc:nil
|
|
|
|
* About
|
|
|
|
This is a standard URL Shortening service built to practice web development.
|
|
Currently it works at providing the most basic feature which is to give the user
|
|
a shorter version of a URL they provide and then redirecting the user to the
|
|
site when consuming the link.
|
|
|
|
** What I'm using
|
|
- Python 3.11
|
|
- FastAPI
|
|
- CouchDB
|
|
- ~podman~ and ~podman-compose~
|
|
|
|
* COMMENT Local variables
|
|
;; Local Variables:
|
|
;; eval: (olivetti-mode t)
|
|
;; End:
|