mnaile / shortner_url

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This service to shorten long URLs to short ones without losing its value.

For development with pip:

python3 -m venv .venv

source .venv/bin/activate

pip install -r requirements.txt

For database migrations:

alembic revision --autogenerate

alembic upgrade heads

For run the server:

uvicorn app.main:app --reload

Interactive API docs:

http://127.0.0.1:8000/api/v1/docs

About


Languages

Language:Python 96.6%Language:Mako 3.4%