Skip to content

Latest commit

 

History

History
28 lines (27 loc) · 1.95 KB

README.md

File metadata and controls

28 lines (27 loc) · 1.95 KB

docker/flask/django tutorials

This repository contains different steps and tests done to learn using docker/flask and Django.

Tasks

The following tutorials and test projects have been developed:

Docker

  • First steps using Docker
    This tutorial shows some basic (but useful) tips and steps to understand how Docker works.
    • Exercise 1: a basic example to create a basic Docker project.
    • Exercise 2: a more complex example using docker-compose to build an online foodtrack app.

Flask

CSS