Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.16 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.16 KB

monorepo-playground

Playground for setting up different webservers using a docker monorepo

Application

The basic application is a port of MrHen/linkify which exposes a simple link shortener API.

The backend services should implement the exact same REST behavior from inside a suitable Docker container. Behavior is verified using integration tests.

Frontend implementations are minimal prototypes built to interact with the linkify API.

Tests

docker-compose run --rm e2e

Services

django-server

express-server

react-antd-js-client

sinatra-server