Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 291 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 291 Bytes

logo

Poo (Point of origin)

A simple url shortener service.

Getting Started

Migrate the database:

python manage.py migrate

Run the server:

python manage.py runserver