/url_shorten

Primary LanguagePythonApache License 2.0Apache-2.0

url_shorten

Simple URL Shortening API using Django Rest Framework

JWT Authentication is needed for adding new urls

MySQL 5.7 used as database(Database selection can be updated in settings.py)

To run:

  • Install requirements
  • Set up a database and configure it in "settings.py"
  • run command "python manage.py runserver"