An open API service indexing awesome lists of open source software.

https://github.com/joekakone/url-shortener

URL Shortener with Flask Framework
https://github.com/joekakone/url-shortener

Last synced: 3 months ago
JSON representation

URL Shortener with Flask Framework

Awesome Lists containing this project

README

        

# Flask Bootcamp #1 : URL Shortener

Hello, I'm [Joseph Konka](https://www.linkedin.com/in/joseph-koami-konka/), Python enthousiast. Flask is a Python framework for building web application developing. In this project, I'm building URL Shortener like bit.ly using Flask. I hope it will help you to understand the subject. Bye !

## Setup Virtual Environment
```sh
python -m venv venv
.\venv\Scripts\activate.bat
pip install -r requirements.txt
```

## Init DB
```sh
python init_db.py
```

## Launch App
```sh
python run.py
```

## Let's get in touch
[![Github Badge](https://img.shields.io/badge/-Github-000?style=flat-square&logo=Github&logoColor=white&link=https://github.com/joekakone)](https://github.com/joekakone) [![Linkedin Badge](https://img.shields.io/badge/-LinkedIn-blue?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/joseph-koami-konka/)](https://www.linkedin.com/in/joseph-koami-konka/) [![Twitter Badge](https://img.shields.io/badge/-Twitter-blue?style=flat-square&logo=Twitter&logoColor=white&link=https://www.twitter.com/joekakone)](https://www.twitter.com/joekakone) [![Gmail Badge](https://img.shields.io/badge/-Gmail-c14438?style=flat-square&logo=Gmail&logoColor=white&link=mailto:[email protected])](mailto:[email protected])