This app is made using django in Python.
1. URL given will be converted to a short url
2. Same URL will give same short url
3. URL will be stored in a database
This app is made using django in Python. User can provide a long url and app will give a small url. URLs will be saved in database.
Python