https://github.com/zhima-mochi/shorturl-app
The application helps to shorten urls.
https://github.com/zhima-mochi/shorturl-app
docker docker-compose fastapi heroku mysql shorturl
Last synced: 3 months ago
JSON representation
The application helps to shorten urls.
- Host: GitHub
- URL: https://github.com/zhima-mochi/shorturl-app
- Owner: Zhima-Mochi
- License: mit
- Created: 2021-10-28T06:29:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T17:58:49.000Z (about 2 years ago)
- Last Synced: 2025-04-01T13:37:55.392Z (about 1 year ago)
- Topics: docker, docker-compose, fastapi, heroku, mysql, shorturl
- Language: Python
- Homepage:
- Size: 111 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shorturl App
> Tool keywords: Docker, Mysql(v.1.0.0), Fastapi, Aiosqlite
## Overview
The application is used to shorten long url, and the short url is valid until the application is down or 6-digit codes generated for short url is almost exhausted (how can that be?) .
## Requirement
- Program: [Docker](https://www.docker.com/)
- Environment: Unix/Linux
## Getting started
```bash
# download the code
$ git clone https://github.com/Zhima-Mochi/shorturl-app.git
$ cd shorturl-app
# build and run the application
$ docker-compose up
```
Now, have fun with http://localhost.
## Demo
[Heroku app website](https://akb49.herokuapp.com/) (see branch heroku-demo)

## Note
All the url will be tested first it can be requested or not, so there is CORS block issue.