URL shortening API service.
- 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
- 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