Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 605 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 605 Bytes

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