Skip to content

ortolanph/simple_todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple_todo

A (not so) simple todo made in flutter that will be deployed into a docker Container.

Requirements

  • Flutter
  • Docker

How to build

On a command line, type the following commands:

make help
make compile

To see the help of what can be done.

Or, in Windows:

.\command_help.ps1          - Shows this help
.\command_compile.ps1       - Compiles the project
.\command_build.ps1         - Builds the project
.\command_fix.ps1           - Runs dart analyze and dart fix
.\command_docker_build.ps1  - Builds the docker image locally
.\command_docker_run.ps1    - Runs docker locally
.\command_docker_upload.ps1 - Upload a new version of docker image (requires version parameter)
.\command_kubernetes.ps1    - Create local Kubernetes deployments with kind

Kubernetes

  1. Install kind
  2. Create Cluster
kind create cluster --name todos-cluster
  1. With the docker image built, run the following command:
kind load docker-image flutter-todos-web --name todos-cluster
  1. Run the kubectl to create the new infra:
kubectl create -f .\simple-todo-k8.yaml
  1. Open a browser and access the simple todo web address

About

A (not so) simple todo written in flutter that is deployed inside a Docker container.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors