Skip to content

Devansh3790/flask-angular-nginx-docker

Repository files navigation

Flask, Angular and Nginx with Docker & Docker-compose

This is a learning based approach of the Microservices architechure system. A simple TODOs application with User registration and authentication configuration.

Table of Contents

Prerequisites

Docker

Developing apps today requires so much more than writing code. Multiple languages, frameworks, architectures, and discontinuous interfaces between tools for each lifecycle stage creates enormous complexity. Docker simplifies and accelerates your workflow, while giving developers the freedom to innovate with their choice of tools, application stacks, and deployment environments for each project.

Docker-compose

Docker-compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services. Then, with a single command, you create and start all the services from your configuration.

installation

Quick and easy install script provided by Docker:

$ git clone git@github.com:Devansh3790/flask-angular-nginx-docker.git
$ cd flask-angular-nginx-docker
$ docker-compose build
$ docker-compose up

About

Build task manager with microservices architechure using: Nginx, Angular 9, Flask, Docker, Docker-compose.

Resources

Stars

Watchers

Forks

Packages

No packages published