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

https://github.com/unknownrori/krutz

URL Shorter microservice written in Python
https://github.com/unknownrori/krutz

microservice python url-shortener

Last synced: 11 months ago
JSON representation

URL Shorter microservice written in Python

Awesome Lists containing this project

README

          

# Krutz

A shorter uri microservice written in flask.

### Development

```
# Clone the repo
> git clone https://github.com/UnknownRori/krutz.git

# Enter cloned directory
> cd krutz

# Make sure to install virtualenv
> pip install virtualenv

# Create virtual env
> python -m venv venv

# Activate virtual env
> source venv/Scripts/activate

# Install dependency
> pip install -r requirements.txt
```