summaryrefslogtreecommitdiff
path: root/README.md
blob: 81e72ec318898fee317241ad71d9f38988e99e2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27


# Web Template

A template project for dynamic web applications.


## Usage

```
    git clone https://github.com/xengineering/web-template.git
    cd web-template
    python3 main.py

    # switch to another terminal

    curl http://localhost:8080  # test with curl
    firefox http://localhost:8080  # test with firefox
```


## Used Technologies

- [Python 3](https://www.python.org/)
- [Python Flask](https://palletsprojects.com/p/flask/)
- [Waitress WSGI Server](https://github.com/Pylons/waitress)
- Pure HTML, CSS and JavaScript