Skip to content

URL shortener web app that I created to learn Flask on my own. I also recently added a proper Docker configuration in order to apply and extend what I've learned about it in class.

Notifications You must be signed in to change notification settings

cha-nox/URL_shortener

Repository files navigation

Setup instructions

First, make sure to rename the "example.env" file to ".env" and replace the environnement informations with your ones in it. You also need to put your own database user and password in the "docker-compose.yaml" file. Then, you can run the following commands to start the application in your Docker environnement. :

docker build -t easy_link:latest .
docker-compose up -d

About

URL shortener web app that I created to learn Flask on my own. I also recently added a proper Docker configuration in order to apply and extend what I've learned about it in class.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published