An open API service indexing awesome lists of open source software.

https://github.com/sandip-sadhukhan/url-shortner


https://github.com/sandip-sadhukhan/url-shortner

Last synced: 2 months ago
JSON representation

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
```