TinyApp
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/