Skip to content

vss-2/Dockas

Repository files navigation

Dockas

Description

A hub for simple and common implementations using dockerfile.

List of projects/folders

  • flora-spring: a back-end implementation using Spring boot to connect MySQL and MongoDB.
  • jwt-node: a back-end implementation using NodeJS to be used for authentication and authorization (access control purposes) following JWT standards.
  • jwt-golang: partial implementation of JWT using Golang. Just a try out.
  • python-redis: saving data to Redis and using its implementation of PubSub to simple chat feature.
  • net-rabbitmq: creating a RabbitMQ queue for sending message to a image processor microservice. For now, just a try out.