From f02497015113c1b995dc5f1be12ce7a9ca4b5fe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Thu, 3 Jan 2019 14:22:08 +0100 Subject: [PATCH] Update README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2195e9..325c6f0 100644 --- a/README.md +++ b/README.md @@ -3,19 +3,22 @@ ## Project structure * `apps/gifted-subs` - Angular application for browsing gifted subs +* `apps/merchandise` - Angular application for browsing merchandise * `apps/quotes` - Angular application for browsing quotes * `apps/regular-subs` - Angular application for browsing regular subs * `apps/schedule` - Angular application for viewing livestream schedule * `apps/twitch-logs` - Angular application for browsing Twitch chat logs * `cms` - Grav CMS (Content Management System) * `nginx` - Configuration of NGINX web server +* `instagram-api` - Flask application implementing RESTful API for querying Instagram profiles * `quotes-api` - Flask application implementing RESTful API for querying/manipulating the database of quotes +* `teespring-api` - Flask application implementing RESTful API for querying Teespring merchandise stores * `twitch-cache-api` - Flask application implementing RESTful API for querying the Twitch cache * `twitch-subs-api` - Flask application implementing RESTful API for querying the database of Twitch subscriptions ## Deployment -This project consists of 5 container images (`quotes-api`, `twitch-cache-api`, `twitch-subs-api`, `cms` and `nginx`), that depend on each other - they need to run simultaneously and share certain data between themselves. +This project consists of 7 container images (`instagram-api` `quotes-api`, `teespring-api`, `twitch-cache-api`, `twitch-subs-api`, `cms` and `nginx`), that depend on each other - they need to run simultaneously and share certain data between themselves. Best way to manage that is with `docker-compose`. Just copy `docker-compose.yaml.example` into `docker-compose.yaml`, make necessary adjustments and fire it all up with: