RevolutionTech / goslinks

URL shortener for teams.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Goslinks

URL shortener for teams

Deprecated

This project is no longer being maintained by the owner. Consider switching your team over to GoLinks.


CI codecov

Setup

Prerequisites

Goslinks uses DynamoDB and requires Amazon's downloadable version for local development.

Installation

Use poetry to install Python dependencies:

poetry install

Configuration

Goslinks uses python-dotenv to read environment variables in from your local .env file. See .env-sample for configuration options. Be sure to generate your own secret key.

With everything installed and all files in place, you may now create the database tables. You can do this with:

poetry run flask migrate

About

URL shortener for teams.

License:ISC License


Languages

Language:Python 96.0%Language:HTML 4.0%