wrawka / url_shortener_demo

Simple URL shortener app exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL Shortener App (Demo)

Demo app for creating and managing short versions of the user-provide URL's. Based on RealPython tutorial.

This app uses Poetry (Install Poetry)

Installing dependancies

poetry install

Installing dependancies (alternative)

pip install -r requirements.txt

Setting environmental variables (optional)

Rename .env-sample >> .env and provide the values listed in it.

Running the app

uvicorn shortener_app.main:app --reload

Accessing API documentation

localhost:8000/docs

About

Simple URL shortener app exercise

License:MIT License


Languages

Language:Python 100.0%