Sign inSign up

cadugrillo/angular-app1

By cadugrillo

Updated about 4 years ago

Image
0

600

cadugrillo/angular-app1 repository overview

TAG Description

2.0 - added support for Kubernetes

1.4 - minor improvements for Kubernetes Cluster

1.3 - added support for multiple users

1.2 - Added authentication method for users

1.1 - Added API endpoint for cloud deployment

1.0 - Initial build of the application

What is angular-app1?

This frontend service is part of a series of small projects being created during my quest to learn new skills in the modern software development world.
It is a webpage based on Angular framework. You can find more info at https://angular.io/.

This app is part of a frontend / backend architecture where:

angular-app1 container - contains the webpage based on Angular framework acting as the frontend of a Todo List.

golang-app1 container - contains an HTTP API endpoint written in Go using Gin framework acting as backend of a Todo List.
(the backend app can be found at https://hub.docker.com/repository/docker/cadugrillo/golang-app1).

You can access a running version of the app at:

http://apps.cadugrillo.com/app1

Where can I find the source code?

You can fork the git repository using https://github.com/cadugrillo/golang-angular-App1.git

How to deploy ?

The easiest way to deploy is using docker-compose.yml file found in the git repository mentioned above.

  1. Copy the file to your desired folder
  2. From the root of the folder run in a terminal "docker-compose up -d"
  3. From your local browser navigate to http://localhost:80/app1.

Tag summary

Content type

Image

Digest

sha256:0834ce0d9

Size

10.1 MB

Last updated

about 4 years ago

docker pull cadugrillo/angular-app1:2.1