Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 535 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 535 Bytes

Cut a link

Simple url cutter on django. It has extra shortcuts. They will provide an opportunity to see extra data of those who clicked on your link. You can visit it on cut-a-link.herokuapp.com

Requirements:

  • Python 3
  • Pipenv

Environment variables

  • DATABASE : name of postgresql database
  • DB_USER : username for postgresql
  • DB_PASS : password for user in postgresql
  • DB_HOST : ip address or url of postgresql database
  • DB_PORT : Port of postgresql database
  • IP_API_KEY : API key from ipstack.com