Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 719 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 719 Bytes

Habit-application

This application is a Demo application for a future YouTube channel mainly focused on DevOps principles. YouTube channel will have Docker, Kubernetes, Minikube, Openshift and much more content.

Here is a link of the Jira Kanban Board.

Draw.io link for the schema of the application. This is a bird's eye view of what is to be done. Nothing concrete for the moment.

To start Postgres docker container:
docker run -d -e POSTGRES_DB=postgres -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -p 5432:5432 postgres