zip-my-link/README.org
2023-05-20 14:41:10 +07:00

18 lines
486 B
Org Mode

# -*- org-src-preserve-indentation: t; olivetti-mode: t -*-
#+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~