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

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

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