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
- Host: GitHub
- URL: https://github.com/joekakone/url-shortener
- Owner: joekakone
- Created: 2024-05-25T20:16:20.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-22T21:19:14.000Z (11 months ago)
- Last Synced: 2025-01-14T04:32:55.301Z (5 months ago)
- Language: HTML
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[](https://github.com/joekakone) [](https://www.linkedin.com/in/joseph-koami-konka/) [](https://www.twitter.com/joekakone) [](mailto:[email protected])