A Python (Django) Full Stack Application for shortening URLs
A Python (Django) Full Stack Application for shortening URLs. How to start Clone this repo onto your local machine Set up Python virtual environment Install dependencies with pip install requirements.txt Set up a postgres database or sqlite database. Run migrations using python3 manage.py migrate Run development server with python3 manage.py runserver The app will be served at http://127.0.0.1.8000/ Screenshots Login screen Register screen Url List screen Create a new url screen User List screen – only for authorized user GitHub […]
Read more