Commit ebad7d60 authored by Markus Mößler's avatar Markus Mößler
Browse files

updated readme

parent 58a19aad
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

## Overview

This is the GitLab repository prepared to illustrate the development of a (full-stack) web application with Python Tornado and a Postgresql database in the backend and React in the frontend as a multi-container Docker application.
This is the GitLab repository prepared to illustrate the development of a (full-stack) web application with *Python Tornado* and a *Postgresql* database in the backend and *React* for the frontend as a multi-container *Docker* application.

Please check out the GitLab page: [Gitlab aidaho-tinkering-club-web-app/page/index.html](https://mmoessler.aidaho-pages.uni-hohenheim.de/aidaho-tinkering-club-web-app/)

Note: This is "work in progress"!
Note, this is work in progress and for educational purposes and not state of the art best practice,

Potential future steps:

@@ -15,9 +15,9 @@ Potential future steps:

## Approach

This repository contains several branches, with each branch containing a different step in the development of the application.
This repository contains several branches, with each branch containing a different step of the development of the application.

Use `git diff tornado-backend-stage-01:tornado-backend/blog.py react-tornado-api-stage-01:tornado-backend/blog.py` to compare individual files across branches.
Use, e.g., `git diff tornado-backend-stage-01:tornado-backend/blog.py react-tornado-api-stage-01:tornado-backend/blog.py` to compare individual files across branches.

### Stage/Step 1