A scalable, lightning-fast URL shortening service with tracking the URL's to get usage statistics.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Need to install python pipenv tool for creating and managing the virtual environment.
$ pip install pipenv
A step by step series of examples that tell you how to get a development env running
- Clone the git repository on local computer.
$ git clone https://github.com/iBvishal/url_shortener.git
- Activate the virtual environment and install requirements.
$ cd url_shortener
$ pipenv shell
$ pip install -r requirements.txt
- Run the flask app and open http://127.0.0.1:5000/ in browser window.
$ flask run
- Vishal Bhardwaj - iBvishal
See also the list of contributors who participated in this project.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details