GithubHelp home page GithubHelp logo

randallgann / blog Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 27.5 MB

Flask blogging website for personal and professional use.

JavaScript 46.70% Python 0.75% Jinja 3.62% Dockerfile 0.06% CSS 27.41% Less 10.49% SCSS 10.62% Shell 0.04% Jupyter Notebook 0.32%

blog's Introduction

Python Flask Website

This repo contains code for my personal blog related to tech and professional interests. It is implemented using python's Flask framework.

COMMANDS USED

Azure

```
az login
az group create --name flask-blog --location eastus
az group list
az account list
az account set -s sandbox sub
az account show
az acr login --name containers38472
```

Docker

```
docker build -t myimage .
docker images
docker images -a
**<name>:<name> intermediate images used to build other images
docker image rm python:latest
docker rm -f serene_allen - this removes container
docker container ls (--all)
docker container rm -f $(docker ps -aq)
docker ps - confirm running containers
docker run -t -i python:3.6-alpine - enter @ interpreter


```

blog's People

Contributors

r-gann avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.