An open API service indexing awesome lists of open source software.

https://github.com/lexhouk/goit-pyweb-hw-04

Модуль 4. Основи Web
https://github.com/lexhouk/goit-pyweb-hw-04

goit goit-pyweb-hw-04 html mime-types python-http python-http-request python-http-server python-httpserver python-urllib python-web-server studying

Last synced: 14 days ago
JSON representation

Модуль 4. Основи Web

Awesome Lists containing this project

README

        

# Web application

## Deployment

```bash
$ docker buildx b -t lexhouk/goit-pyweb-hw-04 .
$ docker run --name lexhouk-hw-04 -p 3000:3000 -v ./www/storage:/app/www/storage -d lexhouk/goit-pyweb-hw-04
```

## Usage

Go to http://localhost:3000.