gksoriginals / linkmon

Link Generator for Tinkerhub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TinkerHub Link Generator

To generate custom links for tinkerhub events and resources!

How it Works ?

We map the actual link to custom link and store in database. When the custom link is requested the flask web app redirect it to the original URL.

Libraries used

  • Flask
  • sqlite3

How to configure and run

Create a env.dev.sh in ops directory and add the following

APP_SETTINGS=donationpage.config.TestingConfig
HOST=<host_url>

then run

docker compose build

for building and

docker compose up -d

for running

How to Test

The current env.dev.sh configuration is set for testing mode. For production edit the APP_SETTINGS in env.dev.sh as

APP_SETTINGS=donationpage.config.ProductionConfig

Contributors

  1. Gopikrishnan Sasikumar
  2. Niyas Ashraf

About

Link Generator for Tinkerhub


Languages

Language:Python 59.5%Language:HTML 32.7%Language:Dockerfile 7.8%