https://github.com/sandip-sadhukhan/url-shortner
https://github.com/sandip-sadhukhan/url-shortner
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sandip-sadhukhan/url-shortner
- Owner: sandip-sadhukhan
- Created: 2021-02-26T16:48:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-01T12:42:02.000Z (over 4 years ago)
- Last Synced: 2024-01-31T18:56:40.830Z (over 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# URL Shortner
It is a simple url shortner project developed by the following technology stack.
- HTML
- CSS
- JavaScript
- Django
- Sqlite## How to run
```bash
# clone the repo then go into the folder
python manage.py migrate
python manage.py runserver
```