https://github.com/mazfreelance/url-shortener
simple url shortener using flask
https://github.com/mazfreelance/url-shortener
flask flask-sqlalchemy python sqlite sqlite3
Last synced: 3 months ago
JSON representation
simple url shortener using flask
- Host: GitHub
- URL: https://github.com/mazfreelance/url-shortener
- Owner: mazfreelance
- Created: 2022-05-12T09:46:11.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-12T09:46:21.000Z (about 4 years ago)
- Last Synced: 2025-06-13T11:09:12.626Z (about 1 year ago)
- Topics: flask, flask-sqlalchemy, python, sqlite, sqlite3
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# URL Shortener
## Technology used
- Python 3.9.10
- Flask (Phyton web dev.) using Boostrap 5.0
- Object Oriented Programming (OOP)
- Database and ORMs: SQLite3
- Module: SQLAlchemy, dotenv
### Getting Started
First, run the development server:
```shell
flask run
```
Open [http://localhost:5000](http://localhost:5000) with your browser to see the result.
### Learn More
To learn more about Flask, take a look at the following resources:
- [Flask SQLAlchemy](https://flask-sqlalchemy.palletsprojects.com/en/2.x/)
### Progress
- integrate with tailwindcss