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

https://github.com/cha-nox/url_shortener

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.
https://github.com/cha-nox/url_shortener

bcrypt docker docker-compose dockerfile flask gunicorn html-css jinja2 memcached postgresql postgresql-database pyjwt python3 scss wtforms

Last synced: 4 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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. :
```sh
docker build -t easy_link:latest .
docker-compose up -d
```