Giter VIP home page Giter VIP logo

url-resolver-django's Introduction

##Url Resolver

####Notes:

  • first django app. That was fun!
  • lots of error handling is missing... :sadpanda:
  • 4 hours time-boxed. (not including some django docs pre-reading.)

####Goals:

  • User should be able to submit any URL and get a standardized, shortened URL back
  • User should be able to configure a shortened URL to redirect to different targets based on the device type (mobile, tablet, desktop) of the user navigating to the shortened URL
  • Navigating to a shortened URL should redirect to the appropriate target URL
  • User should be able to retrieve a list of all existing shortened URLs, including time since creation and target URLs (each with number of redirects)
  • API requests and responses should be JSON formatted.
  • Write tests to prove functionality.

####Api Guide All interactions are through /u/

  • Post with body { 'desktop_url': 'test.com' } creates. (mobile_url, tablet_url fields are optional)
  • Get /u/ will return 'index' which will list all created with 'created_at', and 'redirect_count'
  • Get /u/:slug where slug is the 10 char slug given within the create (or index) response will rediect according to mime-type

####Dev Setup Instructions (assuming mac.)

  • install virturalenv pip install virtualenv
  • create virtural env virtualenv venv
  • activate env - source venv/bin/activate
  • install requirements pip install -r requirements.txt
  • db migrations python manage.py migrate

####Test Instructions

  • Follow dev-setup above.
  • run python manage.py test url_resolver

####Server Instructions

  • Follow dev-setup above.
  • run python manage.py runserver
  • server should be running on http://127.0.0.1:8000/

url-resolver-django's People

Contributors

h55nick avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.