Skip to content

A Flask service for url shortening, mostly for tdd practice

Notifications You must be signed in to change notification settings

mkmozgawa/urlshortener-srv

Repository files navigation

Urlshortener-srv

A Flask service for url shortening.

Requirements

  • Python, pip etc
  • Docker & docker-compose

Setup

  1. docker-compose build
  2. docker-compose up -d
  3. docker-compose exec api python manage.py recreate_db

=> Swagger

Tests

docker-compose exec api python -m pytest "src/tests"

About

A Flask service for url shortening, mostly for tdd practice

Topics

Resources

Stars

Watchers

Forks