Skip to content

rizchen/flask_shorten_url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

website: http://ywc-url.herokuapp.com/

Git Clone:

$ git clone https://github.com/rizchen/flask_shorten_url.git

to project_folder:

$ cd ./flask_shorten_url

Build docker image:

$ docker build -t <youname>/flask_shorten_url .

Run docker container:

$ docker run -d -p 5000:5000 --name <container name> <yourname>/flask_shorten_url

Use service:

http://localhost:5000/

Stop docker container:

$ docker stop <container name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published