Simple url shortener built with django and django rest framework
- Clone the repository
- Create a virtual environment
- Install the requirements
- Run the server
git clone https://github.com/j4viermora/url-shortener
cd url-shortener
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py runserver