cincarnato / utn-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyecho

Una app escrita en python

Installation

Usa el package manager pip para instalar los requerimientos.

pip install -r requirements.txt

Usage

curl --header "Content-Type: application/json" \\n --request POST \\n --data '{"username":"xyz","password":"xyz"}' \\n http://localhost:8080/test

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

License:MIT License


Languages

Language:Python 71.8%Language:Dockerfile 28.2%