Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cypher-o/url_shortener

Url shortener built with django
https://github.com/cypher-o/url_shortener

Last synced: 24 days ago
JSON representation

Url shortener built with django

Awesome Lists containing this project

README

        

# URL SHORTENER

## Migrations

```sh
python manage.py makemigrations
```

```sh
python manage.py migrate
```

## Run

```sh
python manage.py runserver
```