Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 586 Bytes

USAGE.md

File metadata and controls

25 lines (23 loc) · 586 Bytes

ShortLink

URL shortening API service.

Installation

  • Clone the repository
    git clone http://[email protected]/finn-gmbh/the-shortest-url-1-abmblr
    
  • Navigate to the-shortest-url-1-abmblr.
  • Create a virtual env and activate it.
  • Install all the dependencies for ShortLink
    pip install -r requirements.txt
    

Usage

  • Navigate to the-shortest-url-1-abmblr
  • To run the app in development mode
    python3 manage.py start-dev
    
  • To run tests
    python3 manage.py run-tests