This repository contains different steps and tests done to learn using docker/flask and Django.
The following tutorials and test projects have been developed:
- 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.
- Using Flask to build basic web services
This tutorial is assumed to show a start-to-end workflow to use Flask.- Exercise 1: A very basic Hello World app has been created and deployed to using Docker.
- Exercise 2: Using html templates
- Exercise 3: Adding basic SQL database features to the flask webpage
- Exercise 4: Adding basic user management
- Exercise 5: Adding user profile pages
- Exercise 7: Followers feature added + pagination
- Exercise 8: Email support and password recovery
- Exercise 9: Complete facelift of the web
- Exercise 10: Add better timestamp management
- Exercise 11: Add flask-babel for translation management
- Exercise 12: Better application structure