- A flask (Python web framework) web application that allows users (both anonymous and authenticated) to shorten long URLs.
{The homepage}
{User dashboard}
- To install this web application, you will need to have Python and Flask installed on your system.
- Once you have Python and Flask installed, you can install this web application by using the following command:
git clone https://github.com/kadelcode/url-shortener.git
- After cloning the project, you need to run the command below; to install the project dependencies (preferably in a virtual environment):
pip install -r requirements.txt
- Once the web application is installed, you can start it by running the following command
flask run
- The web application will be running on port 5000 by default. You can access the web application in your web browser by navigating to
http://localhost:5000
orhttp://127.0.0.1:5000
.
- If you are having trouble installing or using this web application, please feel free to contact me.
- If you would like to contribute to this project, please feel free to submit a pull request.