Skip to content

briefausde/urlshorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Links shorter

Web service to shorten links with statistics of clicks in the last 30 days.

How to start

If you use project locally, rename settings_local.py to settings.py

Further install requirements and make migrations

pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate

Ready! You can run the server

python manage.py runserver