Agenda Dockerize an Angular app, built with the Angular CLI, using Docker, In this blog we wanna have a walkthrough angular 7 and dockerize it over node image(base). here We’ll specifically focus on: Create an angular app using cli and test it locally Create an image for dev environment with code Hot-reloading. Topic Cover Project Setup Docker Project […]
Category: code-environment
Dockerize Basic React App
Hi there, In this post we are Dockerizing a React app , using the Create React App generator and Docker.So, We’ll specifically focus on: Create a react app using cli and test it locally. Create a Docker image for development environment with code Hot-reloading. Topic cover Project Setup Docker Topic cover Basic requirement for running a react/angular/express app […]
Dockerize a Basic Flask app
Dockerize any application isn’t Rocket Science you just have to understand the system-level dependencies of the application for this you have to understand to basic requirement of you current environment and just have to configure it over docker using Dockerfile. Let we have already configure Flask project like basic-flask-app , so our hierarchy of file […]
Setup a Basic Flask Project
Hola! Let’s start building a Basic Flask app In Future, we are gonna make this blog post as a part of Blog Series called as Flask Microservice 101. Step 1 : Install basic Python project Requirement Before starting anything if you have never-ever work with python. then your system also may not have python and […]
Install python3 and pip3 on Ubuntu 18.04 LTS (Bionic Beaver)
Python 3 is most popular and stable python version, as we know python already depreciated python 2.6 in Jan’ 2020. so always install upto date version, mainly many beginner or ametuares developer unexpectedly download python2 instead of python3. Install python3 Install pip3 “pip” is a python based package manager to download python library You should […]